QueBert
Lifer
I switched the nav bar on my web site to SSI so I wouldn't have to update each page each time I added a link or changed something.
I opened my apache httpd.conf and added
AddType text/html .shtml
AddHandler server-parsed .shtml
AddHandler server-parsed .html
my pages look fine if I look at them on my hosting, but I want to be able to see them locally too. Apache is definately up and running, but it won't let me see the SSI portion regardless of if the page is .SHTML or .HTML when I try and view my page locally.
I'm sure the lines I put are right for adding SSI, as they worked fine on my shell. I had to add them to my .htaccess there because I don't have access to the Apache config.
any ideas why I can't see the file correct locally? I'm running the version of Apache that comes bundled with EasyPHP 1.7
I opened my apache httpd.conf and added
AddType text/html .shtml
AddHandler server-parsed .shtml
AddHandler server-parsed .html
my pages look fine if I look at them on my hosting, but I want to be able to see them locally too. Apache is definately up and running, but it won't let me see the SSI portion regardless of if the page is .SHTML or .HTML when I try and view my page locally.
I'm sure the lines I put are right for adding SSI, as they worked fine on my shell. I had to add them to my .htaccess there because I don't have access to the Apache config.
any ideas why I can't see the file correct locally? I'm running the version of Apache that comes bundled with EasyPHP 1.7