Bug#341468: dokuwiki: wrong apache setup for clean URLs

2005-11-30 Thread Matti Pöllä
On Wed, Nov 30, 2005 at 09:20:13PM +0200, Radu Spineanu wrote:
> 
> The default dokuwiki setup can not work with clean URLs.
>  RewriteRule ^$docroot/(.*)\$$docroot/\$1 [PT]
>  RewriteRule ^$docroot\$$docroot/doku.php   [PT]
> 
> It's incomplete and can not work.

Correct. I originally wrote these lines after seeing how URL rewriting
was done in phpwiki. I will replace this using the original .htaccess
file.


-Matti


signature.asc
Description: Digital signature


Bug#341468: dokuwiki: wrong apache setup for clean URLs

2005-11-30 Thread Radu Spineanu
Package: dokuwiki
Severity: normal

Hello

The default dokuwiki setup can not work with clean URLs.
 RewriteRule ^$docroot/(.*)\$$docroot/\$1   [PT]
 RewriteRule ^$docroot\$$docroot/doku.php   [PT]

It's incomplete and can not work.

Probably a better solution would be to keep the .htaccess that comes
with the dokuwiki source. Also you may need this to add it :
 RewriteBase $docroot 

Thanks,

Radu Spineanu

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]