Personal Physics Page Errors

I'm being asked to download my index page!

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.

  1. Open the .htaccess file in your webpage root folder in vi, gedit or similar
  2. Change the AddType line to instead begin with AddHandler.
    The following line:
    AddType text/x-server-parsed-html .html

    Needs to be changed to:

    AddHandler text/x-server-parsed-html .html
  3. Save your changes and your site should work properly now