Posts: 32
Name: Mahmoud M. Abdel-Fattah
Location: Alexandria, Egypt.
|
I've a problem with this .htaccess file
http://pastebin.com/m3c9a4e14
I still can't access http://www.domain.com/admin/ it redirect to index.php !
**EDITED**
The /admin/ folder has a .htaccess file too, and here's the content :
RewriteEngine Off
AuthType Basic
AuthName "Administrator Control Panel"
AuthUserFile "./passwd"
require valid-user
If I removed the .htaccess file in /admin/, it works fine.
So, I think there's a conflict between 1st .htaccess file (on root) and 2nd one ( on /admin/ )
Last edited by m_abdelfattah; 11-08-2009 at 09:23 AM..
|