Forum Moderators: phranque

Message Too Old, No Replies

Can someone tell me which Apache command is doing this.

         

lethal0r

10:47 am on Jul 3, 2006 (gmt 0)

10+ Year Member



Im presuming its Apache...not really sure.

I have page on my web server called blue_widgets.php. When I type in blue_widget.php (which does not exist) it redirects to blue_widgets.php.

Is this an Apache command? Ive not set up any 301 redirects or anything and theres nothing in .htaccess which would do this.

thanks.

zCat

10:57 am on Jul 3, 2006 (gmt 0)

10+ Year Member



One possible culprit could be mod_speling (sic), see e.g.
[httpd.apache.org...]

lethal0r

12:12 pm on Jul 3, 2006 (gmt 0)

10+ Year Member



thank you