<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]