Re: [EMAIL PROTECTED] RewriteRule with a dot in URL

2007-07-16 Thread Thierry Kennes
$ /wiki/index.php?title=$1 [L,QSA] # anything that contains a slash is to be left alone. Joshua Slive-2 wrote: > > On 7/16/07, Thierry Kennes <[EMAIL PROTECTED]> wrote: >> >> Thanks Joshua for your advice. >> Though it didn't worked. It's like if t

Re: [EMAIL PROTECTED] RewriteRule with a dot in URL

2007-07-16 Thread Thierry Kennes
Thanks Joshua for your advice. Though it didn't worked. It's like if the server is trying to find a file named "Test.com" like if it was index.php. So i don't know what should i have to do ... btw, i'm using mediawiki. Joshua Slive-2 wrote: > > When you say "it doesn't work because of the dot"

[EMAIL PROTECTED] RewriteRule with a dot in URL

2007-07-13 Thread Thierry Kennes
Hi there, I completely new in Apache config and all that stuff. I've got a wiki (for example : http://wiki.thierrykennes.com) and when I want to create a page Test.com so that it looks like this : http://wiki.thierrykennes.com/Test.com, it doesn't work because of the dot. I was told to look