News:

AbanteCart v1.4.2 is released.

Main Menu

Access Admin Alternative

Started by flyn, December 26, 2014, 08:05:27 AM

Previous topic - Next topic

flyn

Hello is it possible to access the admin instead of using http://".com"/index.php?rt=index/login&s=HY_admin

Using another path?

abantecart

You can create .htaccess rewrite rule for this.

You can make the url look like this
http://[domain]/[secret_admin]

Rewrite rule will look like this:

RewriteEngine On
RewriteRule ^secret_admin$ /index.php?rt=index/login&s=HY_admin  [R=301,QSA,L]


NOTE: This is an example rule. You need to adjust it to your specific settings.

Forum Rules Code of conduct
AbanteCart.com 2010 -