Muldrick Posted October 6, 2006 Posted October 6, 2006 I get this error when I go to my site (all of a sudden) Forbidden You don't have permission to access / on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request I have the permissions set at 644 Help please?
Muldrick Posted October 6, 2006 Author Posted October 6, 2006 I get this error when I go to my site (all of a sudden) Forbidden You don't have permission to access / on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request I have the permissions set at 644 Help please? Does this look correct? # $Id: .htaccess,v 1.1.1.1 2004/03/04 23:40:35 ccwjr Exp $ # # This is used with Apache WebServers # The following blocks direct HTTP requests in this directory recursively # # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration # # Example: # #<Directory "/usr/local/apache/htdocs"> # AllowOverride Limit # # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file) # # This does not affect PHP include/require functions # # Example: http://server/catalog/includes/application_top.php will not work <Files *.php> Order Deny,Allow Deny from all </Files>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.