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

(11-27-2018, 11:15 AM)jreklund Wrote: 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.

Where must i putĀ  this htaccess ? in root or in application or both ?
Reply


Messages In This Thread
RE: Route , remove index.php and use adminer - by pippuccio76 - 11-28-2018, 10:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB