permissions message
I finally figured out how to set permissions so that no one could peruse my images in my images folder. The page has "Forbidden You don't have permission to access /images/ on this server."
But it also has the following:
"Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
What does this mean?
zollet posted this at 10:13 — 20th October 2002.
He has: 1,016 posts
Joined: May 2002
It's nothing to worry about. It means that in .htaccess (or httpd.conf) it is configured to show the user custom error pages (i.e. 403.html) which it cannot find.
disaster-master posted this at 01:12 — 21st October 2002.
She has: 2,154 posts
Joined: May 2001
Thanks a bunch Zollet!
I now have a custom 403 page.
zollet posted this at 02:10 — 21st October 2002.
He has: 1,016 posts
Joined: May 2002
Glad I could help
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.