[pmwiki-users] Real Clean URLs

Steffen Bauch steffen.bauch at datenkobold.de
Mon Sep 19 09:13:41 CDT 2005


I would like to use real clean URLs like

    http://www.myserver.com/path/to/wiki/Group/Page.html

I modified the Cookbook example and changed

	RewriteRule ^([^/a-z].*) index.php?n=$1 [QSA,L]
to

	RewriteRule ^([^/a-z].*).html index.php?n=$1 [QSA,L]

in .htaccess

How can I modify PmWiki to append ".html" to the URLs that are generated inside the pages?

Steffen

-- 
Steffen Bauch | http://www.datenkobold.de | GPG: 0x5378EC94





More information about the pmwiki-users mailing list