Brion Vibber wrote:
That sounds pretty weird... Could you post the rewrite rules?
I notice it does the same thing for other pages w/ namespaces:
http://aiwiki.quay.net/w/wiki.phtml?title=Aikiwiki:Naming_Conventions http://aiwiki.quay.net/wiki/Aikiwiki:Naming_Conventions
which makes me suspicious it's something about the colon.
Entirely possible, at best I'm a mod_rewrite novice! ;) Anyway here's the rewrite rules:
RewriteEngine On RewriteRule ^/wiki/(.*)$ /w/wiki.phtml?title=${$1} [L] RewriteRule ^/wiki$ /w/wiki.phtml
For what it's worth this is running within an Apache virutual host, but I don't think that should have any impact.
Any help you can provide would be awesome! ;)
cheers, Gabe