[pmwiki-users] Re: Re: Bug in PmWikiDraw?
chr at home.se
chr at home.se
Thu Mar 17 09:10:12 CST 2005
On Thu, 17 Mar 2005, Ciaran wrote:
> Hmm, I've never actually used a clean-url system setup so its
> perfectly possible that it doesn't work in this environment, can you
> point to details on how to setup one in a similar way to yours and
> I'll try to replicate the behaviour please ?
The documentation is here
http://www.pmwiki.org/wiki/Cookbook/CleanUrls
I use the solution where I have a .htaccess file in the root that says
AuthName "..."
AuthType Basic
AuthUserFile /srv/www/htdocs/.htpasswd
AuthGroupFile /srv/www/htdocs/.htgroup
Require group Employes
Options FollowSymLinks
RedirectMatch 301 ^/$ http://XXX.se/wiki/pmwiki.php
RewriteEngine on
RewriteBase /
RewriteRule ^([A-Z].*) /www/htdocs/wiki/pmwiki.php?n=$1 [L,qsappend]
The last line tells you where the wiki is installed, and from a browsers
point of view it is in /wiki/pmwik.php
/Christian
--
Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr
More information about the pmwiki-users
mailing list