Hi all,
I'm kind of new to apache administration. I've recently added 2.2.8 to my notebook for use with web development but I've run into some config (I think) problems.
When I try to test a page with the extension .shtml the page just loads as text. I think I am also not setup to handle includes which I need to fix.
Can anyone direct me? I have access to the httpd.conf file (or any other .conf file I need, I believe), but I'm just not sure which directives I need to use and whatnot.
I tried adding this to my httpd.conf file, but it didn't help any:
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
That code came from an older version of apache, though, so maybe that's why it didn't work....or maybe I just left off some 'standard' syntax that should have been included with those additions.
Again, any help would be appreciated.
T
I'm kind of new to apache administration. I've recently added 2.2.8 to my notebook for use with web development but I've run into some config (I think) problems.
When I try to test a page with the extension .shtml the page just loads as text. I think I am also not setup to handle includes which I need to fix.
Can anyone direct me? I have access to the httpd.conf file (or any other .conf file I need, I believe), but I'm just not sure which directives I need to use and whatnot.
I tried adding this to my httpd.conf file, but it didn't help any:
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
That code came from an older version of apache, though, so maybe that's why it didn't work....or maybe I just left off some 'standard' syntax that should have been included with those additions.
Again, any help would be appreciated.
T