The wordpress-mu rpms
Find a file
Bret Richard McMillan 974c714255 update to 2.9.1.1
2010-01-29 16:46:44 +00:00
.cvsignore update to 2.9.1.1 2010-01-29 16:46:44 +00:00
import.log initial cvs import of wordpress-mu package 2008-09-03 14:32:33 +00:00
Makefile Fix typo that causes a failure to update the common directory. (releng 2009-11-25 22:43:16 +00:00
README.fedora.wordpress-mu initial cvs import of wordpress-mu package 2008-09-03 14:32:33 +00:00
sources update to 2.9.1.1 2010-01-29 16:46:44 +00:00
wordpress-mu-httpd-conf initial cvs import of wordpress-mu package 2008-09-03 14:32:33 +00:00
wordpress-mu.spec update to 2.9.1.1 2010-01-29 16:46:44 +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>