On 6/29/05, Tod B. Schmidt <[EMAIL PROTECTED]> wrote:
> 
> I am trying to use an SSI based redirect script (legacy website) and moving 
> from apache1.3 to apache2.0 the web server now gives a 404 when trying to 
> access the shtml file.
> 
> Here is an example of the url that is not parsed correctly
> 
> /ligasExternas/redir_http.shtml/www.somedomain.com
> 
> Apache2 seems to read the redir_http.shtml as a directory and not an shtml 
> file as apache1.3 does. There are no odd Location or Files directives in the 
> apache1.3 config file it just seems to work.
> 
> Any help out there?

As mentioned here:
http://httpd.apache.org/docs-2.0/upgrading.html#run-time
you need to set AcceptPathInfo:
http://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to