F
Florent
Hi,
this is a section of my .htaccess file.
================================================
ErrorDocument 404 /errors/errors.php?e=404
ErrorDocument 500 /errors/errors.php?e=500
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
================================================
But it is not picking up unknown php pages, what could be the problem?
Regards,
this is a section of my .htaccess file.
================================================
ErrorDocument 404 /errors/errors.php?e=404
ErrorDocument 500 /errors/errors.php?e=500
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
================================================
But it is not picking up unknown php pages, what could be the problem?
Regards,