Author Topic: Access Admin Alternative  (Read 4415 times)

Offline flyn

  • Full Member
  • ***
  • Posts: 142
  • Karma: +8/-0
    • View Profile
Access Admin Alternative
« on: December 26, 2014, 08:05:27 AM »
Hello is it possible to access the admin instead of using http://".com"/index.php?rt=index/login&s=HY_admin

Using another path?

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Access Admin Alternative
« Reply #1 on: December 26, 2014, 10:39:54 AM »
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:
Code: [Select]
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

 

Powered by SMFPacks Social Login Mod