We create an .htaccess file with the code
1 2 3 4 5 |
#SBZ REDIRECT RewriteCond %{QUERY_STRING} ^$ RewriteCond %{REQUEST_URI} ^/admin/index\.php$ RewriteRule ^ - [F] |
and copy it to the /admin folder.
The admin panel will then be available at
www.yoursite.com/admin/?abc