> I see you (who?) did it for http://phpwiki.sourceforge.net/wiki/ - page=20
> urls look like: http://phpwiki.sourceforge.net/wiki/PageName
>
> How did you do it? with mod_rewrite or somewhere inside the php?
I did it on NBTSWikiWiki with a symlink and .htaccess file:
wiki is installed in htdocs/wiki-code (though this could be anywhere on the
filesystem), and then I symlinked htdocs/wiki-code/index.php to htdocs/wiki,
then put in this htdocs/.htaccess:
<Files wiki>
ForceType application/x-httpd-php
</Files>
It works for me, but I'm using a strongly hacked phpwiki-1.2
|