On Tue, 4 Apr 2006 19:47:09 +0200 "thomas Armstrong" tarmstrong@gmail.com wrote:
Hi.
Using WikiMedia, I've got problems to access my main Page: http://mydomain/Main_Page
And I get an error message:
/Main_Page
From MyWiki, the free encyclopedia.
(There is currently no text in this page) Retrieved from "http://mydomain.com//Main_Page"
I use this RewriteRule on my httpd.conf:
RewriteRule ^(.*)$ /index.php?title=$1
Why I get a double slash on the URL?
http://mydomain/Main_Page It comes from here: ----^
Try RewriteRule ^/?(.*)$ /index.php?title=$1
Wilinckx.