Results 1 to 3 of 3

Thread: how to change settings to process html same as shtml

  1. #1
    Join Date
    Nov 2009
    Posts
    2

    Default how to change settings to process html same as shtml

    I believe I need to change settings so that html is processed the same as shtml, but I can't figure out where those configurations are.

    Sorry for the newbie question.

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,951

    Default

    Add the following line into your .htaccess file (create it if you don't already have one)

    Code:
    AddHandler server-parsed .html

  3. #3
    Join Date
    Nov 2009
    Posts
    2

    Default Thanks

    Worked like a charm. Thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •