Hi, Am 28.05.2010 21:54, schrieb OQ: > On Fri, May 28, 2010 at 2:47 PM, Lukas Haase<[email protected]> wrote: >> RewriteEngine on >> RewriteRule ^$ /wiki/Main_Page > ... >> Actually this solves not my problem described above: >> http://www.example.com is redirected to >> http://www.example.com/wiki/Main_Page :-( :-( > > Yes, because your rewrite rule says to do that.
No, it does not. This rule would redirect: RewriteRule ^$ http://www.example.com/wiki/Main_Page [R] My rewrite rule just maps the address "/" internally to the main page. The user should NOT be redirected. This is obviously done by MediaWiki. In short I just want: * Access my wiki through http://www.example.com * Use www.example.com as OpenID, i.e. it should not be redirected externally. Regards, Luke _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
