summaryrefslogtreecommitdiffstats
path: root/htaccess.dist
diff options
context:
space:
mode:
Diffstat (limited to 'htaccess.dist')
-rw-r--r--htaccess.dist32
1 files changed, 6 insertions, 26 deletions
diff --git a/htaccess.dist b/htaccess.dist
index a10abfe..0c5a33a 100644
--- a/htaccess.dist
+++ b/htaccess.dist
@@ -1,26 +1,6 @@
-RewriteEngine On
-RewriteBase BASE/
-
-#uploaded files
-RewriteRule ^(.*/)?files/$ index.php [L]
-RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
-RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
-
-# add a trailing slash to /wp-admin
-RewriteCond %{REQUEST_URI} ^.*/wp-admin$
-RewriteRule ^(.+)$ $1/ [R=301,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]
-
-<IfModule mod_security.c>
-<Files async-upload.php>
-SecFilterEngine Off
-SecFilterScanPOST Off
-</Files>
-</IfModule>
-
+# NOTICE: contents moved to wordpress-mu-httpd-conf
+#
+# That file gets dropped into /etc/httpd/conf.d/wordpress-mu.conf
+#
+# Need to keep this here so that wpmu's current installer still works,
+# and so that rpmlint isn't unhappy w/ an empty file.