Forum Moderators: phranque
here is the code i'm using.
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi
AddType text/x-server-parsed-html .html
and my site is www.example.com/main/index.shtml
can someone tell me what i need to get my pictures working again
[edited by: jdMorgan at 5:33 pm (utc) on Oct. 28, 2003]
[edit reason] No specific URLs, please [/edit]
Unless someone else pitches in on this thread, about the only thing I can suggest is to comment-out the lines in .htaccess, and then add them in one at a time till you can identify which one (or ones) causes the problem.
Adding a "#" character at the beginning of the line will cause Apache to ignore that line.
Jim
If you want to use server side includes for .html files.
You need to add the follow lines in the .htaccess file.
For Apache version 2.0
AddType text/html .html
AddOutputFilter INCLUDES .html For Apache version 1.3...
AddType text/html .shtml
AddHandler server-parsed .shtml I don't know this for sure but I think that the code from 1.3 also works for 2.0