I tried to post this in the WebDeveloper forum, but MacNN apparently doesn't like me.
I'm trying to use OS X as a testing ground for a site that I'm doing. For some reason i cannot get it to do SSI
In the httpd.conf I've got:
Options Includes Indexes FollowSymLinks MultiViews
and
AllowOverride All
(this is so I can set the .htaccess file to say turn on XBitHack so I can parse without having to change file names.)
and for the sake of trying, I've got the lines:
AddType text/html .shtml
AddHandler server-parsed .shtml
but after restarting the webserving in the Network panel, it's still not giving me the ability to parse any files. Does anyone have any idea why this isn't working??? I got it to work once, then I installed PHP and it stopped working. So I removed PHP and got the default httpd.conf and set the info again and nothin' It's not working on my desktop or my powerbook. What am I doing wrong!?