Changeset 891

Show
Ignore:
Timestamp:
02/20/07 13:09:26 (2 years ago)
Author:
donncha
Message:

Small change to files rewrite rule to fix #247

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/htaccess.dist

    r609 r891  
    77 
    88#uploaded files 
    9 RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [L] 
     9RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] 
    1010 
    1111RewriteCond %{REQUEST_FILENAME} -f [OR]