summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htaccess.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/htaccess.dist b/htaccess.dist
index 0f14905..7e5f5e7 100644
--- a/htaccess.dist
+++ b/htaccess.dist
@@ -9,6 +9,10 @@ RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
+RewriteCond %{REQUEST_FILENAME} -f [OR]
+RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
+RewriteCond %{REQUEST_FILENAME} -f [OR]
+RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]