I have read the documentation but ot sure to understnad:
I have the following structure
root ---> index.jsp
Sub directory /top ---> 403.jsp
I have try to deny access to files in root but to permit access to /top subdirectory
I use in vhost.conf the following lines...
When I put the following lines just before the denies in the Directory
<Files 403.jsp>
Order allow,deny
Allow from all
</Files>
The denies don't work anymore...
Thanks for your help
I can't make it work...
I have changed the LOCATION directives for Directory directives for the / directory and I added a FILE directive inside the /TOP Directory directive
Can someone help?
here is the virtualhost.conf file
-----------------------------------------------------------...
I have a problem: I try to Allow all but some IP adresses to access the virtual server but I also want them to show a personalized 403 page with a JSP script that shows the IP adress.
Everything works fine but it doesn't show the 403.jsp page
Can some one tell me what causes the problem?
(The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.