Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:software:www:personal_error [2009/03/19 10:45]
Keith A McDermott created
wiki:software:www:personal_error [2009/03/19 14:05] (current)
Keith A McDermott Adding more detail and a picture
Line 1: Line 1:
 +====== Personal Physics Page Errors ======
  
 +===== I'm being asked to download my index page! =====
 +
 +{{:wiki:software:www:download-errormsg.png|My index page doesn't show up!}}\\
 +If you are being asked to download the index page for your personal Physics website instead of it being displayed (see the sample above), then follow the simple steps below to correct the issue.
 +
 +  - Open the .htaccess file in your webpage root folder in vi, gedit or similar
 +  - Change the AddType line to instead begin with AddHandler.\\ The following line:<code vim>AddType text/x-server-parsed-html .html</code>Needs to be changed to:<code vim>AddHandler text/x-server-parsed-html .html</code>
 +  - Save your changes and your site should work properly now