[Pmwiki-users] Uploads and ScriptUrl

Tom Cato Amundsen tca
Mon Oct 18 06:44:51 CDT 2004


Pmwiki 2.0.devel13 and wikifarm.

Uploads does not work if I set $ScriptUrl to
'http://www.solfege.org/wiki' instead of
'http://www.solfege.org/wiki/field.php'.
I would like to use the first because it give shorter urls.

When clicking the upload button , the browsers just jumps to the front
page displaying no error message, but no upload happens. Any idea what
I'm missing?

Below is the setup I have:

config.php:
    $ScriptUrl = 'http://www.solfege.org/wiki/field.php';
    $EnableUpload = 1;
    $UploadMaxSize = 500000;

.htaccess:
    RewriteEngine on
    DirectoryIndex field.php
    RewriteBase /wiki
    RewriteRule ^([A-Z].*) /hsphere/local/home/tomcato/solfege.org/wiki/field.php?pagename=$1 [L,qsappend]


-- 
Tom Cato Amundsen <tca at gnu.org>                 http://www.solfege.org/
GNU Solfege - free ear training    http://www.gnu.org/software/solfege/



More information about the pmwiki-users mailing list