Welcome Guest, Not a member yet? Register   Sign In
URL rewrite
#1

[eluser]georgerobbo[/eluser]
I'm having real trouble with the Apache URL rewrite to remove index.php. I've followed exactly as documented in the user guide.

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

I have the .htaccess file located in my root directory along with the systems folder and index.php
#2

[eluser]Unknown[/eluser]
Try replacing the last line with this:
Code:
RewriteRule ^(.*)$ index.php?$1 [L]
#3

[eluser]Rick Jolly[/eluser]
Just search the forums for htaccess.




Theme © iAndrew 2016 - Forum software by © MyBB