View Single Post

Old 10-13-2008   #2 (permalink)
Vasily B.
Administrator
 
Vasily B.'s Avatar
 
Join Date: Feb 2008
Location: Kyrgyzstan, Bishkek
Posts: 510
Vasily B. is on a distinguished road
Default Re: Admin directory rename

Hi,
For security I would advise to do the following. Create the following files in your admin directory with the content:
1 .htaccess
Code:
RewriteEngine Off
AuthType Basic
AuthName "Administration Area"
AuthUserFile /full_path_to_your_subrion_directory/admin/.htpasswd
Require valid-user
2 .htpasswd

.htpasswd Content Generator
You can use the tool above to generate username and password. Simply copy the generated line in your .htpasswd file and that's all.

In this case you will have double defence Let me know if you have any questions.
__________________
Auto classifieds script, Best Articles Script, Web Directory Software, Realty Classifieds Script,
eLitius Affiliate Tracking Script - Open Source Affiliate Script, Free Directory Script - Best Free Directory Script
Follow Surbion CMS news and updates on Subrion Twitter
Vasily B. is offline   Reply With Quote