tomliuwhite Posted September 27, 2006 Posted September 27, 2006 If you build a .htaccess file for the admin folder, then would this require 2 logins in order to get to admin?
♥Monika in Germany Posted September 27, 2006 Posted September 27, 2006 you mean you need to enter your login 2x? yes that is common if you change the folder with the first click or go to https:// (which you should!!!) :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
tomliuwhite Posted September 27, 2006 Author Posted September 27, 2006 you mean you need to enter your login 2x? yes that is common if you change the folder with the first click or go to https:// (which you should!!!) I wonder if it is possiblbe that use double/multi username/password to protect admin side. What do you mean: change the folder with the first click?
♥Monika in Germany Posted September 27, 2006 Posted September 27, 2006 if you use http://www.yoursite.com/admin it's not the same as http://yoursite.com/admin, and the pw will be checked once more. for the kind of double protection, you'd need to double bag admin, have it inside another password protected folder (different password) alternatively, you can install a database password management and combine that with the htaccess one, I prefer that method. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
tomliuwhite Posted September 27, 2006 Author Posted September 27, 2006 if you use http://www.yoursite.com/admin it's not the same as http://yoursite.com/admin, and the pw will be checked once more. for the kind of double protection, you'd need to double bag admin, have it inside another password protected folder (different password) alternatively, you can install a database password management and combine that with the htaccess one, I prefer that method. a. For the first choice, it seems easier. But what do you mean: you'd need to double bag admin, have it inside another password protected folder (different password). I use password to protect admin side through cpanel. Could i do the double protection there? b. For the second choice, can you suggest one kind of password management system? And could you show me a way how to combine this password mangement system with the htaccess file?
♥Monika in Germany Posted September 27, 2006 Posted September 27, 2006 a. For the first choice, it seems easier. But what do you mean: you'd need to double bag admin, have it inside another password protected folder (different password). I use password to protect admin side through cpanel. Could i do the double protection there? b. For the second choice, can you suggest one kind of password management system? And could you show me a way how to combine this password mangement system with the htaccess file? tom, for the password management, select a contribution ...there are several double bagging admin: say your catalog is moved in root, and you left admin in the catalog folder folder structure: catalog (only used by admin, not shop), password protected by password 1 admin, password protected by password 2 if you type in the URL for the folder ..../catalog it will ask for the first pasword, if you add admin, it will ask for the second also :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
tomliuwhite Posted September 28, 2006 Author Posted September 28, 2006 tom, for the password management, select a contribution ...there are several double bagging admin: say your catalog is moved in root, and you left admin in the catalog folder folder structure: catalog (only used by admin, not shop), password protected by password 1 admin, password protected by password 2 if you type in the URL for the folder ..../catalog it will ask for the first pasword, if you add admin, it will ask for the second also I got it. I will search for such contribution. For "double bagging admin", i think i will not use it because it seems not nice. Anyway, thanks for your help.
♥Monika in Germany Posted September 28, 2006 Posted September 28, 2006 exactly, that's why I normally use database + htaccess :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.