Hi,

Originally Posted by
sung2010
I followed your instruction and then I suddenly can't log in to admin account.
No offense Karen but you don't seem to take the time to read what people are saying or what is written in documentation. You should pay more attention to the information available to you.
It sounds like you've got the rewrite rule entered in a .htaccess file, which has been put in the correct place and is now being used.
What It sounds like what you haven't done is followed DivaVocals' instructions and changed the line:
Code:
RewriteCond %{REQUEST_URI} !^/admin_or_your_custom_folder_name [NC]
To use your admin directory's name, e.g.
Code:
RewriteCond %{REQUEST_URI} !^/store_manager [NC]
Once you make that change your admin will no longer be blocked!
Hope that helps! If it doesn't, please read the documentation again before asking any further questions.. there is a FAQs section in the docs as well.
All the best..
Conor
ceon
Bookmarks