Welcome Guest, Not a member yet? Register   Sign In
Remove index.php from URL
#11

Just add .htaccess in the root with this code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

Big Grin
Rolleyes
Reply




Theme © iAndrew 2016 - Forum software by © MyBB