smoked1 Posted February 7, 2003 Share Posted February 7, 2003 I just installed Apache on Win98 and I keep getting this error when I test the server. Here is the area that it refers to: <Directory> Options FollowSymLinks AllowOverride None </Directory> Quote Link to comment https://forums.phpfreaks.com/topic/130-apache-newbie-needs-help-installing-on-win98/ Share on other sites More sharing options...
effigy Posted February 7, 2003 Share Posted February 7, 2003 it needs to know what directory. after Directory put a space and the full path to your root htdocs. e.g. <Directory c:/web> Options FollowSymLinks AllowOverride None </Directory> Quote Link to comment https://forums.phpfreaks.com/topic/130-apache-newbie-needs-help-installing-on-win98/#findComment-393 Share on other sites More sharing options...
smoked1 Posted February 7, 2003 Author Share Posted February 7, 2003 Damn! That seems to have changed the error to: <Directory C:My DocumentstslI2 > Options FollowSymLinks AllowOverride None </Directory> Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/130-apache-newbie-needs-help-installing-on-win98/#findComment-394 Share on other sites More sharing options...
effigy Posted February 7, 2003 Share Posted February 7, 2003 try the syntax i posted before, notice the forward slash? c:/web if that does not help, you may already have a directive setup for that directory? Quote Link to comment https://forums.phpfreaks.com/topic/130-apache-newbie-needs-help-installing-on-win98/#findComment-395 Share on other sites More sharing options...
smoked1 Posted February 8, 2003 Author Share Posted February 8, 2003 It still did not work. Maybe your right. Damnit. Quote Link to comment https://forums.phpfreaks.com/topic/130-apache-newbie-needs-help-installing-on-win98/#findComment-399 Share on other sites More sharing options...
effigy Posted February 8, 2003 Share Posted February 8, 2003 mail me your httpd.conf if you\'d like. effigy at devoid dot org. Quote Link to comment https://forums.phpfreaks.com/topic/130-apache-newbie-needs-help-installing-on-win98/#findComment-400 Share on other sites More sharing options...
smoked1 Posted February 8, 2003 Author Share Posted February 8, 2003 I emailed it over to you. Thanks a bunch! Quote Link to comment https://forums.phpfreaks.com/topic/130-apache-newbie-needs-help-installing-on-win98/#findComment-401 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.