AddHandler application/x-httpd-php56 .php # BEGIN WordPress RewriteEngine On RewriteBase /transparencycanada.ca/trunk/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /transparencycanada.ca/trunk/index.php [L] # END WordPress