rbrown Posted February 25, 2010 Share Posted February 25, 2010 Just installed wamp server 2.0 on XP Pro and trying to get SSI working... Just gives me a 404 when it should give me another script. I have a 404.shtml in the root dir and it has: <!--#include virtual="/tg_includes/tabletest.php"--> in it. So what it should do is if I type anything that isn't there like: (http://localhost/nothingthereinthisdir/or/file.php) it should send me to the: /tg_includes/tabletest.php file and display the table. It shows the standard IE 404 page. Works on my production server.... But that one is FreeBSD not windows... I have added Options Includes AddType text/html .shtml AddHandler server-parsed .shtml And AddType text/html .shtml AddOutputFilter INCLUDES .shtml from what it said on other sites and it's still not working... Any ideas why? Or do you have a working conf file? This is a off net dev server so I don't care about how secure it is. it is running in d:/wamp/ dir thanks... Bob Quote Link to comment https://forums.phpfreaks.com/topic/193296-wamp-server-wont-process-ssi-file/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.