Index: /MediaWiki/branches/1.11/.htaccess
===================================================================
--- /MediaWiki/branches/1.11/.htaccess	(revision 1535)
+++ /MediaWiki/branches/1.11/.htaccess	(revision 1535)
@@ -0,0 +1,18 @@
+<IfModule mod_security.c>
+SecFilterEngine On
+# Should mod_security inspect POST payloads
+SecFilterScanPOST Off
+ </IfModule>
+
+RewriteEngine On
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^FCKeditor/Users_Guide /FCKeditor_2.x/Users_Guide [R=301,L,QSA]
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*)$ /index.php?title=$1 [PT,L,QSA]
+
+# http://example.com displays the front page of the primary wiki
+RewriteRule  ^$ /Main_Page  [PT,L]
