0

I've successfully installed a joomla website and was wondering if it's possible to access the admin panel through a subdomain redirect but blocking the direct access to 'administrator' folder.

In other words:

domain.net/administrator should be blocked (error 403 or other) and admin.domain.net should redirect to administrator folder.

Is it possible?

Vektor88
  • 4,841
  • 11
  • 59
  • 111
  • 1
    Are you just trying to hide the administrator folder or does it have to go through the sub domain? If you just want to hide the admin folder check out this extension http://extensions.joomla.org/extensions/access-a-security/site-security/login-protection/12254?qh=YToxOntpOjA7czo3OiJqc2VjdXJlIjt9 – TryHarder May 09 '12 at 04:31
  • thanks, i used adminexile plugin which does the same for free – Vektor88 May 09 '12 at 17:36

1 Answers1

1

I solved my issue by installing AdminExile plugin: http://extensions.joomla.org/extensions/access-a-security/site-security/login-protection/15711

Then i created a admin subdomain redirecting to /administrator?key=value and this solved my problem.

Vektor88
  • 4,841
  • 11
  • 59
  • 111