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?
Thank you very much.