What's problem with .htaccess? |
[eluser]vps4[/eluser]
the .htaccess file in site's root Code: RewriteEngine ON I have a sub-directory "admin" I put an other .htaccess file to protect admin panel Code: AuthType Basic when I visite http://aaa.com/admin/ the second .htaccess will NOT work. It redirect to http://aaa.com/ If remove the .htaccess file in the site root, admin directory .htaccess will work fine. How can I do?
[eluser]Sumon[/eluser]
Though admin is a sub folder, try to access any controller (say http://aaa.com/admin/add_product/) and see what's happen. moreover, make sure you don't have http://aaa.com/admin.php file. |
Welcome Guest, Not a member yet? Register Sign In |