[Mediawiki-l] .htaccess/rewrite help for subdomain

Helmut Hullen HHullen_BS at T-online.de
Mon May 15 07:50:00 UTC 2006


Hallo, Michelle,

Du meintest am 14.05.06 zum Thema Re: [Mediawiki-l] .htaccess/rewrite help for subdomain:

> Thanks, but don't you need to have the virtual directory separate
> from the real code directory, eg (for non-subdomain case):

> RewriteRule ^wiki/index.php/(.*)$ /w/index.php?title=$1 [L,QSA]


Perhaps you need too

        RewriteBase /wiki.mydomain.com/

and then

        RewriteRule (.*)$ index.php?title=$1 [L,QSA]

together with the "RewriteCond" lines

Viele Gruesse!
Helmut





More information about the MediaWiki-l mailing list