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

Hi sorry for english, i use adminer to manage my database.
I insert it on root and if i wante use it i go to mydomain/adminer.php

If i want remove index.php im ust insert the htaccess on root :

Code:
RewriteEngine on
RewriteBase    /
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

And the sistem work . But i cannot use asminer because i have a 404 page .

How can i solve it ?
Reply


Messages In This Thread
Route , remove index.php and use adminer - by pippuccio76 - 11-25-2018, 02:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB