Hello.
I have some problems.
i have this line of code in my httpd.conf
ErrorDocument 400 /errordocs/400.html
ErrorDocument 401 /errordocs/401.html
ErrorDocument 403 /errordocs/403.html
ErrorDocument 404 /errordocs/404.html
ErrorDocument 408 /errordocs/408.html
ErrorDocument 500...
Hello.
How do i block access to a directory and to its files, and still have access to it from the html files?
If i have a file, e.g. called berit.js
and it placed in dir: /style
if i type domain.com/style
or domain/style/berit.js
the dir should not be listing the files, and NOT let the user...
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.