Password Protect folder in AppFog


Read {count} times since 2020

You won’t know the location of the .htpasswd file in AppFog. Hence you won’t be able to password protect folders in the normal way. To password protect folders in AppFog you should use a different way. You should add the following location of .htpasswd instead of the full location.
If the full location is :

/home/simsu/projects/TestPalace/Blog/Password_Protect/.htpasswd

The Location of .htpasswd in .htaccess deployed in AppFog should be :

../app/Blog/Password_Protect/.htpasswd

If the file is on the root directory, then the location would be :

../app/.htpasswd

If you have any suggestions/feedback/problems just echo it out in the comments below.

Show Comments