Hi,
Am 28.05.2010 21:54, schrieb OQ:
On Fri, May 28, 2010 at 2:47 PM, Lukas Haaselukashaase@gmx.at 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