Authentication when viewing Photo Gallery

  • Thread starter Thread starter zacdurham
  • Start date Start date
Z

zacdurham

Hello all,

I can't figure out why, when viewing a page with a photo gallery, I am
prompted for a username and password. I created the page in FP2003.
Without proper login credentials, the thumbs do not load.

Any help would be appreciated.
 
It depends what permissions the .htacess was setting. The _private directory
is special in that it is the only directory FP will create that is
write-enabled to make use of form bots that save their results to a file,
which will be placed into the _private directory.

You may want to check and see if you are using other components that make
use of the _private directory as you may have broken them. Placing the
images in there though may not be good as it goes against the purpose of the
private directory, which is used to store data gathered by various
components and not to have general-use items in there.
 
It depends what permissions the .htacess was setting. The _private directory
is special in that it is the only directory FP will create that is
write-enabled to make use of form bots that save their results to a file,
which will be placed into the _private directory.

You may want to check and see if you are using other components that make
use of the _private directory as you may have broken them. Placing the
images in there though may not be good as it goes against the purpose of the
private directory, which is used to store data gathered by various
components and not to have general-use items in there.

Thank you all for your input on this matter. It is nice to know there
are people out there willing to help the less experienced.
 
Back
Top