How do I solve this little problem of mine. Whenver I access the directory http://eclass.adzu.edu.ph/error/index.php the page cannot be displayed.
The rights is ok, what do I need to do in apache for me to be able to access the said directory it seems by default is restricted.
Error Directory
Number of replies: 6Re: Error Directory
by the way the permission is ok, but when I rename the same directory then the said directory can be access but when i rename it to error/ same thing happens, 404 not found where in fact the directory exist and the index.php exist.
Re: Error Directory
There is some misconfiguration in your Apache configuration file httpd.conf, which is redirecting your error/index.php back to itself, causing an infinite recursion of redirects.
Look for a Redirect or RedirectMatch instruction in httpd.conf
Look for a Redirect or RedirectMatch instruction in httpd.conf
Re: Error Directory
I was able to remove the recursion still the same problem exist...
Re: Error Directory
I was able to remove the recursion still the same problem exist...How did you remove the recursion?
The problem could now be caused by some Alias or AliasMatch directive in httpd.conf
Re: Error Directory
there's an error handling in httpd.conf that points to the said url so i remove it.
same problem occur but not the recursion thing, see above posting.
same problem occur but not the recursion thing, see above posting.