File: /home4/thetwis6/public_html/faire-integratio/.htaccess.bak.1388256139
# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
RewriteEngine on
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteCond %{HTTP_HOST} ^twistedpurl\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.twistedpurl\.com$
RewriteRule ^/?$ "http\:\/\/thetwistedpurl\.com\/" [R=301,L]