• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache server question

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
 
Originally posted by: Nothinman
Look in the error log, usually it'll tell you what you're doing wrong.

I'm getting nothing in the error log, it's like it's just ignoring the SSI which I don't get at all. SSI is very basic stuff.

oh well, I'll just stick to testing it live on my hosting, no biggie.
 
Back
Top