[Pmwiki-users] url rewriting with farm

Eugene Van den Bulke [EGN] evandenbulke
Tue Sep 7 10:42:28 CDT 2004


Hi All,

Not sure what I am doing wrong here.

I have aliased /wiki in httpd.conf to /home/user/www/ ... it work fine.

I have a directory test-field in www where is index.php (a field of a 
wiki farm).

in test-field I have a .htaccess file containing:

RewriteEngine on
RewriteBase /
RewriteRule ^([A-Z].*) /home/user/www/test-field/index.php?pagename=$1 [L,qsappend]

It doesn't rewrite.

And in test-field/local/config.php

$ScriptUrl = 'http://mydomain.com/wiki/test-field/index.php';
$PageUrlFmt = 'http://mydomain.com/wiki/test-field/$Group/$Title_';

It does what it should in the page but because the rewriting doesn't 
seem to work ...

What can I do to test the rewriting? Is there anything I should do in 
httpd.conf?

Thanks for your help

EuGeNe



More information about the pmwiki-users mailing list