HI,
my documentroot is "/htdocs"
Everything is cool.
Within htdocs i have three directories(mypages, _mypages, searching).
I want to allow access to just these:
/htdocs/index.jsp
/htdocs/mypages
/htdocs/searching
I dont want anyone to have access to /htdocs/_mypages.
FYI - jsp pages automatically create the _mypages directory. I dont want anyone playing with the URL and seeing these pages.
For example. If i have the page /mypages/login.jsp, someone can goto the url /_mypages/login.jsp and see all my code.
Does this make sense. Can this be done with aliases or something?
Thanks
my documentroot is "/htdocs"
Everything is cool.
Within htdocs i have three directories(mypages, _mypages, searching).
I want to allow access to just these:
/htdocs/index.jsp
/htdocs/mypages
/htdocs/searching
I dont want anyone to have access to /htdocs/_mypages.
FYI - jsp pages automatically create the _mypages directory. I dont want anyone playing with the URL and seeing these pages.
For example. If i have the page /mypages/login.jsp, someone can goto the url /_mypages/login.jsp and see all my code.
Does this make sense. Can this be done with aliases or something?
Thanks