RewriteEngine on
RewriteCond %{HTTP_HOST} ^sanguen\.ca$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sanguen\.ca$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "http\:\/\/sanguen\.com" [R=301,L]



# 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

<IfModule mod_php5.c>
php_value memory_limit 256
php_value upload_max_filesize 100M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 1000
</IfModule>

#php_value memory_limit 256M

Options +FollowSymLinks
RewriteEngine on

redirect 301 /about-sanguen-health-centre/our-history/ http://sanguen.com/about-sanguen-health-centre/
redirect 301 /about-sanguen-health-centre/employment/ http://sanguen.com/about-sanguen-health-centre/
redirect 301  /clinical-team/ http://sanguen.com/team/clinical-team/
redirect 301  /staff-bios/ http://sanguen.com/team/meet-the-team/
 



