Re: [users@httpd] Hidden 301 redirect buried somewhere in configuration

2011-09-19 Thread Eric Covener
On Mon, Sep 19, 2011 at 2:28 PM, mathog wrote: > At some point in the last couple of years I did something which was > apparently too clever by half to our 2.2.14 server so that this: > >  http://aserver/adirectory/178_hlah.html > > does a 301 redirect to > >  http://aserver/adirectory/170_hlah.ht

Re: [users@httpd] Hidden 301 redirect buried somewhere in configuration

2011-09-19 Thread Steve Swift
Do you have an Errordocument 404 directive that is causing the redirect? Perhaps by running a CGI? The configuration files can come from places other than the "conf" directory, such as the directory conf.d I wrote myself a simple CGI script to expand out the base httpd.conf and any "Include" stat

[users@httpd] Hidden 301 redirect buried somewhere in configuration

2011-09-19 Thread mathog
At some point in the last couple of years I did something which was apparently too clever by half to our 2.2.14 server so that this: http://aserver/adirectory/178_hlah.html does a 301 redirect to http://aserver/adirectory/170_hlah.html Now I can't find whatever configuration accomplishes t