Home
News
Feed
search engine
by
freefind
advanced
htaccess protection 10-29-2014d2351
2014-10-29
htaccess protection 10-29-2014d2351 .htaccess files can be placed into a folder on a webhost (server) along with a .htpasswd file so that a username and password are required to access the directory or any subdirectories. Online tool to make a htaccess file http://www.htaccesstools.com/htaccess-authentication/ Online tool to make a htpasswd file http://www.htaccesstools.com/htpasswd-generator/ In order to created the htaccess file, one needs to know the full filepath to the htpasswd file. How to find the full path to a file using PHP -http://joejoomla.com/83-how-to-find-the-absolute-path --this one worked for me -http://www.htaccesstools.com/articles/full-path-to-file-using-php/ --this one didn't work for me email from ourproject.org representative about htaccess and htpasswd https://mail.google.com/mail/u/0/#search/vicente/14948101875454e0
azim58wiki: