Hi,
For additional security i set up Admin folder password protection. Security work, but as I change .htaccess.txt to. htaccess I can not access the admin site!
Store returned following error: The page you requested cannot be found!
When i remove the Admin password from folder, access to Admin work and no problem.
Have any ideas how to fix it?
web Hosting i use from Arvixe.
For additional security i set up Admin folder password protection. Security work, but as I change .htaccess.txt to. htaccess I can not access the admin site!
Store returned following error: The page you requested cannot be found!
When i remove the Admin password from folder, access to Admin work and no problem.
Have any ideas how to fix it?
web Hosting i use from Arvixe.
Last edited by Heks on Sat May 28, 2011 9:04 pm, edited 1 time in total.
Have you altered .htaccess file?
A post with any code changes could help?
A post with any code changes could help?
Genuine, Honest Opencart Support @ http://webvetservices.com
do you have SEO keywords enabled? Are you running from a subdirectory and do you have that subdirectory in the RewriteBase area of the htaccess?
It is trying to load "admin" as an seo keyword of your catalog which usually happens when the Rewrite stuff isn't setup correctly. You should probably use a separate htaccess for the basic authentication stuff and put that into the admin folder
It is trying to load "admin" as an seo keyword of your catalog which usually happens when the Rewrite stuff isn't setup correctly. You should probably use a separate htaccess for the basic authentication stuff and put that into the admin folder
My SEO are enabled (stor work fine) only i cant access Admin area.Qphoria wrote:do you have SEO keywords enabled? Are you running from a subdirectory and do you have that subdirectory in the RewriteBase area of the htaccess?
It is trying to load "admin" as an seo keyword of your catalog which usually happens when the Rewrite stuff isn't setup correctly. You should probably use a separate htaccess for the basic authentication stuff and put that into the admin folder
i was set RewriteBase /mystore/ and finaly i cen access admin, but the store not work.

It is trying to load "admin" as an seo keyword of your catalog which usually happens when the Rewrite stuff isn't setup correctly. Can you explain how?
add this to your .htaccess
rewriteCond %{REQUEST_URI} !^/admin/
that will exclude your admin dir from the re-write so you can use htpasswd which i consider is a vital requirement after managing many stores using an older shop, there was several hack exploits which evolved over the years which used admin scripts to get in... with htpasswd that makes it impossible for any exploits from admin holes.
rewriteCond %{REQUEST_URI} !^/admin/
that will exclude your admin dir from the re-write so you can use htpasswd which i consider is a vital requirement after managing many stores using an older shop, there was several hack exploits which evolved over the years which used admin scripts to get in... with htpasswd that makes it impossible for any exploits from admin holes.
Who is online
Users browsing this forum: No registered users and 15 guests