Welcome Guest, Not a member yet? Register   Sign In
Ion Auth Issue
#1

[eluser]foxybagga[/eluser]
Hello folks, I am new to CI, super curious and have good knowledge of PHP and MVC.

I just installed the ION_AUTH but its simply not working. Whatsoever I try - it doesn't move. The issue is with the index.php via Wamp and Mod_Rewrite.

I have done all the settings required as below

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /folder
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

$route['default_controller'] = "auth";

$config['base_url'] = 'http://localhost/folder';

$config['index_page'] = '';

Mod rewrite is enabled in Apache.

Cannot get it to work - any clues?
#2

[eluser]foxybagga[/eluser]
Solved it. The .htaccess file was in the system folder whereas it should be in the root folder. Cheers!




Theme © iAndrew 2016 - Forum software by © MyBB