Re: [users@httpd] setup apache to replace joomla administrator login windows

2012-02-17 Thread Igor Cicimov
Google for apache basic authentication. In short you need to create password file with htpasswd command for the admin user and protect the joomla admin file with that account. On Feb 17, 2012 7:04 PM, "Alain Roger" wrote: > Hi, > > i have Joomla 2.5 installed on my apache server and when people

[users@httpd] setup apache to replace joomla administrator login windows

2012-02-17 Thread Alain Roger
Hi, i have Joomla 2.5 installed on my apache server and when people type www.myserver.com/administrator/ they are redirected to my joomla administration login window. Therefore they know it's a joomla installation and could try something to hack it. i would like to avoid it and i've already seen