
November 7th, 2006, 03:01 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 2
Time spent in forums: 36 m 14 sec
Reputation Power: 0
|
|
|
Apache ssi -- Need help
I want to enable ssi but my effort has been a waste, i googled and tried other things.
I added the following lines like told in the tutorial...
Code:
Options +Includes
XBitHack on
And I added it like this ( C:/Program Files/Apache Software Foundation/Apache2.2/htdocs being my root folder )
Code:
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Options +Includes
XBitHack on
</Directory>
And on the page i have
Code:
<p><!--#echo var="test12345" --></p>
But I get nothing on my page...
And when i look at the pages source i still see the command line standing there, I read that it should go away and be replaced by "test12345".
any help on this one?
Thanks
|