[pmwiki-users] Url rewriting à la PmWiki

EuGeNe eugene at boardkulture.com
Wed May 3 13:44:26 CDT 2006


Hi all,

I am not much of an url rewriting expert but my clean url install works 
with a .htaccess thats:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/?$ http://www.3kwa.com/Main/HomePage [R=permanent,QSA,L]
RewriteRule ^([^/a-z].*) index.php?n=$1 [QSA,L]

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)

Anyone knows how to do that?

Thanks for your help,

EuGeNe





More information about the pmwiki-users mailing list