Welcome Guest, Not a member yet? Register   Sign In
Route , remove index.php and use adminer
#4

It should look exactly like that. %{REQUEST_FILENAME} are an internal name in Apache and gets translated into whatever file you try to open.

E.g. adminer.php gets translated into.
RewriteCond adminer.php !-f
RewriteCond adminer.php !-d

E.g. myamazingfile.php gets translated into.
RewriteCond myamazingfile.php !-f
RewriteCond myamazingfile.php !-d

So that you don't need to add hundreds of lines.
Reply


Messages In This Thread
RE: Route , remove index.php and use adminer - by jreklund - 11-27-2018, 11:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB