[pmwiki-users] Clean URLs mod_rewrite converts path to lowercase
Doron Solomon
freeky_d at hotmail.com
Fri Mar 31 09:29:31 CST 2006
After a thorough internet search, I've found that the real source of my
problem is Apache 1.3:
http://issues.apache.org/bugzilla/show_bug.cgi?id=23460
So after installing Apache 2.0.55 and PHP 4.4.2 it seems to have solved the
issue. However, I have one remaining issue. For some reason, pages in the
PmWiki group show the "default" home page. The address in the address bar
changes to the correct page, but the page that's shown is the default home
page. I looked in the rewrite log and found that it's stripping out the
PmWiki group:
add path info postfix: C:/webroot/pmwiki/pmwiki.php ->
C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks
strip per-dir prefix: C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks ->
pmwiki.php/InitialSetupTasks
applying pattern '^$' to uri 'pmwiki.php/InitialSetupTasks'
add path info postfix: C:/webroot/pmwiki/pmwiki.php ->
C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks
strip per-dir prefix: C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks ->
pmwiki.php/InitialSetupTasks
applying pattern '^index.php$' to uri 'pmwiki.php/InitialSetupTasks'
add path info postfix: C:/webroot/pmwiki/pmwiki.php ->
C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks
strip per-dir prefix: C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks ->
pmwiki.php/InitialSetupTasks
applying pattern '^([A-Z0-9][^/.]*[/.][^/]*)[/]([a-z]+)(.*)' to uri
'pmwiki.php/InitialSetupTasks'
add path info postfix: C:/webroot/pmwiki/pmwiki.php ->
C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks
strip per-dir prefix: C:/webroot/pmwiki/pmwiki.php/InitialSetupTasks ->
pmwiki.php/InitialSetupTasks
applying pattern '^([^/a-z].*)' to uri 'pmwiki.php/InitialSetupTasks'
pass through C:/webroot/pmwiki/pmwiki.php
This only seems to be happening for the PmWiki group; all other groups (Main
and also other created groups) don't do this - they work properly.
----Original Message Follows----
From: "Doron Solomon" <freeky_d at hotmail.com>
To: pmichaud at pobox.com
CC: pmwiki-users at pmichaud.com
Subject: Re: [pmwiki-users] Clean URLs mod_rewrite converts path to
lowercase
Date: Wed, 29 Mar 2006 20:44:19 +0000
I'm running Apache 1.3.26 (Win32) on Windows 2000 (Build 2195 SP4).
----Original Message Follows----
From: "Patrick R. Michaud" <pmichaud at pobox.com>
To: Doron Solomon <freeky_d at hotmail.com>
CC: pmwiki-users at pmichaud.com
Subject: Re: [pmwiki-users] Clean URLs mod_rewrite converts path to
lowercase
Date: Wed, 29 Mar 2006 14:37:43 -0600
On Wed, Mar 29, 2006 at 07:30:52PM +0000, Doron Solomon wrote:
> I'm trying to set-up clean urls (using URL rewriting) and it's giving me
> 404 errors when trying to access any page, except the wiki root. I
turned
on
> rewrite logging and found that for some reason, the path is getting
> converted to lower case. Here's a snippet of the rewrite log:
What version of Apache?
What OS?
Pm
_______________________________________________
pmwiki-users mailing list
pmwiki-users at pmichaud.com
http://host.pmichaud.com/mailman/listinfo/pmwiki-users
More information about the pmwiki-users
mailing list