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

(06-21-2017, 06:21 AM)krystian2160 Wrote: 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

If you are using a nginx server, then you can do it without .htaccess, but then you need to configure the config file for nginx
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB