![]() |
htaccess help
I can't find a .htaccess file I need to use (I have it somewhere) that will parse .htm files as .shtml files so I can execute SSI on a .htm page
I did a search, and one time it said I needed to add more words to the search, and once I did I got no matches - I know I have seen it here |
AddType text/html .shtml
AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes |
AddHandler server-parsed .shtml .html .htm
|
Use a text editor to create an htaccess.txt file and enter the following statements into it:
AddType text/html .html AddHandler server-parsed .html |
Well there you go 3 answers quicker than you could say linux guru :)
|
thanks - you saved me from a lot of folder browsing on my HDs
|
| All times are GMT -7. The time now is 11:07 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123