Forum Moderators: phranque
I'm _trying_ to create a webpage for my school. I've got the page pretty much going. It works on my apache 2.0.54 win32 server from home, and it works on my buddy's apache 1.3.33 unix server. I've got it uploaded to the school's apache 2.0.52 netware server, and: It won't work right.
First: the 'index.shtml' isn't opened by default.
Second: when you click on the index.shtml to load it, it doesn't render the page. (in firefox)
Third: In ie6 it sometimes renders the page, but doen't parse the SSI commands.
Solution? .htaccess right? Here is my .htaccess file:
AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
DirectoryIndex index.shtml index.html index.htm index.php
And it still doesn't work. What am I doing wrong?
Thanks,
darcmarc
[edited by: jdMorgan at 5:34 pm (utc) on June 8, 2005]
[edit reason] No URLs. Please see Terms of Service. [/edit]