The wordpress-mu rpms
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Fedora Release Engineering 22e4f60fb8 dist-git conversion
2010-07-29 15:24:01 +00:00
.gitignore dist-git conversion 2010-07-29 15:24:01 +00:00
cve-2009-2334.patch patch for cve-2009-2334 2009-07-10 18:12:58 +00:00
README.fedora.wordpress-mu initial cvs import of wordpress-mu package 2008-09-03 14:32:33 +00:00
sources updating to 2.9.1.1 2010-01-29 18:54:07 +00:00
wordpress-mu-httpd-conf initial cvs import of wordpress-mu package 2008-09-03 14:32:33 +00:00
wordpress-mu.spec updating to 2.9.1.1 2010-01-29 18:54:07 +00:00

Alias /wordpress-mu /usr/share/wordpress-mu

<Directory /usr/share/wordpress-mu>
  AllowOverride Options
  RewriteEngine On

  RewriteBase /wordpress-mu/

  #uploaded files
  RewriteRule ^(.*/)?files/$ index.php [L]
  RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

  RewriteCond %{REQUEST_FILENAME} -f [OR]
  RewriteCond %{REQUEST_FILENAME} -d
  RewriteRule . - [L]
  RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
  RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
  RewriteRule . index.php [L]
</Directory>