Re: [pmwiki-users] Url rewriting à la PmWiki

bram brambring bram.brambring at gmail.com
Wed May 3 23:38:39 CDT 2006


> I would like a straight hit on http://www.3kwa.com to display
> Main/HomePage but not change the url. (which I believe is the behaviour
> of http://www.pmwiki.org)

Use

RewriteRule ^/?$ index.php?n=Main/HomePage [QSA,L]

instead of:

> RewriteRule ^/?$ http://www.3kwa.com/Main/HomePage [R=permanent,QSA,L]
>




More information about the pmwiki-users mailing list