|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Feb 2001
Location: USA
Posts: 6,894
|
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 |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Mar 2002
Location: Mass Ass
Posts: 5,294
|
AddType text/html .shtml
AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes |
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jan 2002
Posts: 7,981
|
AddHandler server-parsed .shtml .html .htm
|
|
|
|
|
|
#4 |
|
Confirmed User
Industry Role:
Join Date: Apr 2001
Posts: 1,738
|
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 |
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: Apr 2001
Posts: 1,738
|
Well there you go 3 answers quicker than you could say linux guru
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Feb 2001
Location: USA
Posts: 6,894
|
thanks - you saved me from a lot of folder browsing on my HDs
|
|
|
|