[dokuwiki] Clean URL's and media

  • From: Jeremy <stealth702@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 21 Oct 2005 14:45:34 -0400

I am using the latest stable ( or at least the one before the recent
change for the latest XSS vuln) and when I turn on clen URL's
($conf['userewrite']  = 2) everything works great, BUT media files
don't display.  An image referenced via {{
xpsetup_screenshot.gif?75x50 |Setup screen example}} doesn't get
displayed.

Anyone notice this behaviour?

here's my .htaccess file:
--------
## Comment these rules in if you want to have nice URLs
RewriteEngine on
RewriteRule ^$                        doku.php  [L]
RewriteCond %{REQUEST_FILENAME}       !-f
RewriteCond %{REQUEST_FILENAME}       !-d
RewriteRule (.*)                      doku.php?id=$1  [QSA,L]
RewriteRule ^index.php$               doku.php
--------

Thanks.
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: