You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Stratsimir Kolchevski <lu...@exsisto.com> on 2003/04/08 17:40:52 UTC

[users@httpd] problem with Apache 2.0.45 && multiviews

Hi group,

I've just installed Apache 2.0.45 on my workstation before to put it
on production server and I noticed that MultiViews is not working
like it was on 1.3.X.

On  Apache 1.3.27 (with multiviews option) http://127.0.0.1/test/test2
was the same as http://127.0.0.1/test.php?test2
On Apache 2 when I try to open http://127.0.0.1/test instead
of http://127.0.0.1/test.php it's working, but when I try to open
http://127.0.0.1/test/test2 the server responds:
"The requested URL /test.php/test2 was not found on this server."
i.e. it's replacing "test" with "test.php", but then it's trying
to open "/test.php/test2" which does not exists, of course.

Any ideas?

PS. I've already searched the docs and the archive of this list, but
I did't found anything helpful for me.

Stratsimir




---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] problem with Apache 2.0.45 && multiviews

Posted by André Malo <nd...@perlig.de>.
* Stratsimir Kolchevski wrote:

> "The requested URL /test.php/test2 was not found on this server."
> i.e. it's replacing "test" with "test.php", but then it's trying
> to open "/test.php/test2" which does not exists, of course.

I think you're missing 
<http://httpd.apache.org/docs-2.0/upgrading.html#run-time> and further 
<http://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo>.

HTH, nd
-- 
"Die Untergeschosse der Sempergalerie bleiben währenddessen aus
 statistischen Gründen geflutet." -- Spiegel Online

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org