Yesterday one of my customers with the old HTML site emailed me and said they could not access the home page. All pages in the site were labeled with extension .htm, except for the contact form and the form handler pages (.php). When I changed the index page to .html it worked fine.
I checked the .htacess file in the main root and it did say:
##### File execution order -- BEGIN
DirectoryIndex index.php index.html
##### File execution order -- END
and edited it to:
##### File execution order -- BEGIN
DirectoryIndex index.php index.htm
##### File execution order -- END
and the pages work fine now. However..... when trying to view the contact.php page I am getting an error of :
Forbidden
You don't have permission to access /calamusoutfitters/contact.php on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at calamusoutfitters.com Port 80
Main site is http://www.dakotawebcreations.com. Sub domain in question is http://www.calamusoutfitters.com.
I sincerely appreciate all your help and love your tools!!!
Thanks!