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

[eluser]ibnclaudius[/eluser]
Why this .htaccess is not hiding the "index.php" from the URLs?

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]




Theme © iAndrew 2016 - Forum software by © MyBB