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.
Am 04.04.2006 um 19:47 schrieb thomas Armstrong:
Hi.
Using WikiMedia,
You are using Mediawiki.
I use this RewriteRule on my httpd.conf:
RewriteRule ^(.*)$ /index.php?title=$1
http://meta.wikimedia.org/wiki/Make_non-ugly_URLs
-- http://www.tomk32.de - just a geek trying to change the world http://de.wikipedia.org/wiki/Benutzer:TomK32 http://verlag.tomk32.de/c/wrdigest
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.
wikitech-l@lists.wikimedia.org