Page is a not externally linkable
- Code, Content, and Presentation
-- WordPress
---- Slow multisite


CafeSelect - 6:18 am on Dec 9, 2011 (gmt 0)


RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]

# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]

I have those rules in the httpd.conf file buy my sites are running slow. I've gone though as much as I can to speed to no avail so I thought I would as if those are the most efficient mod_rewrite rules for a large wordpress cluster in the form of site1.example.com site2.example.com.


Thread source:: http://www.webmasterworld.com/wordpress/4395877.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com