Welcome Guest, Not a member yet? Register   Sign In
.htaccess problem
#11

[eluser]Gaetan81[/eluser]
hehe, idd.

Yes I did...

Code:
$route['default_controller'] = "users";
#12

[eluser]xzela[/eluser]
[quote author="codex" date="1213654619"][quote author="Beertje81" date="1213635634"]
....

But what is it you're trying to achieve? Remove index.php from the url? If so, this is my .htaccess (which works):
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA]
[/quote]

Thanks man,
Your .htaccess file fixed the issue i was having...




Theme © iAndrew 2016 - Forum software by © MyBB