Welcome Guest, Not a member yet? Register   Sign In
Remove index.php without .htaccess
#1

It would be great to have no index.php in address without needing of .htaccess file with


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

I don't like it.  Confused
Reply


Messages In This Thread
Remove index.php without .htaccess - by krystian2160 - 06-21-2017, 06:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB