News:

AbanteCart v1.4.2 is released.

Main Menu
support

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.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -