Click to See Complete Forum and Search --> : apache is being annoying


zyiro
12-26-2003, 01:50 AM
okay i have apache 1.3 running on a debian box with perl, mysql, php... and so on everything works flawlessly the only prob im having is on an address other then the main page i have to put the trailing / in order for the page to load here is an example


this will load - http://www.zyiro.net/sys/
but this wont - http://www.zyiro.net/sys


ill go ahead and say it please excuse the front page its just a joke for someone

andycrofts
12-26-2003, 05:00 AM
..I guess because without the trailing "/" the site would try to serve sys.html, or sys.php.
I looked through my httpd.conf, and can't see a way around it.
<EDIT>
OK, I tried it. For some reason, I can access www.oulife.com/sysinfo without the 'slash'..I'm using Apache 2.0.4. . Dunno if it helps, but I've attached my httpd.conf file.
</EDIT>
-Andy

(P.S., thanks for the heads-up on this app., by the way.
Now, if I could get rid of that long red stripe in http://oululife.com/sysinfo/ , I'd be a happy bunny...! Subject of a future post if I can't fix it....)

zyiro
12-27-2003, 01:51 PM
thx man ill look through it tonight to see if i can see anything