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 ErrorDocument 403 "Forbidden" ErrorDocument 404 "Not Found" SetEnvIf User-Agent Insights is_a_google_insights AuthUserFile /usr/local/share/php-libs/tester-basic-auth/.htpasswd-tester AuthGroupFile /dev/null AuthName "Password protected site" AuthType Basic Require valid-user Satisfy any Order allow,deny Allow from env=is_a_google_insights