# 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

RewriteEngine on
RewriteCond %{HTTP_HOST} ^fraservalleycolonics.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.fraservalleycolonics.com [NC]
RewriteRule ^(.*)$ https://www.fortlangleycolonics.com/$1 [L,R=301,NC]

# Redirect to new site
Redirect 301 /contact-us/ https://www.fortlangleycolonics.com/contact-us/
Redirect 301 https://www.fraservalleycolonics.com/ https://www.fortlangleycolonics.com/
Redirect 301 /video/ https://www.fortlangleycolonics.com/video-resources/
Redirect 301 /sofias-bio/ https://www.fortlangleycolonics.com/colon-hydrotherapist/
Redirect 301 /blog/ https://www.fortlangleycolonics.com/blog-page/
Redirect 301 /testimonials/ https://www.fortlangleycolonics.com/faqs-about-colonics/
Redirect 301 /constipation/ https://www.fortlangleycolonics.com/constipation-101/
Redirect 301 /colon-hydrotherapy/ https://www.fortlangleycolonics.com/what-is-colonics/
Redirect 301 /alternative-preparation-for-colonoscopy/ https://www.fortlangleycolonics.com/colonoscopy-prep/
Redirect 301 /colonics-safety/ https://www.fortlangleycolonics.com/faqs-about-colonics/
Redirect 301 /starting-fresh-day-thanksgiving-detox-plan%e2%80%8b/ https://www.fortlangleycolonics.com/day-thanksgiving-detox-plan%e2%80%8b/
Redirect 301 /green-smoothies/ https://www.fortlangleycolonics.com/how-to-make-a-green-smoothie/
Redirect 301 /uses-fda-health-canada-aproved-equipment/ https://www.fortlangleycolonics.com/faqs-about-colonics/
Redirect 301 /subscribe-to-my-videos/ http://example.net/newfile
Redirect 301 /when-you-cleanse-your-body-do-colonics/ https://www.fortlangleycolonics.com/video-resources/
Redirect 301 /sofia-reis-talks-about-diet-and-colonics/ https://www.fortlangleycolonics.com/colonics-benefits/
Redirect 301 /colon-hydrotherapy-facts-and-fiction/ https://www.fortlangleycolonics.com/video-resources/
Redirect 301 /cancellation-policy/ https://www.fortlangleycolonics.com/cancellation-policy/
Redirect 301 /category/diet/ https://www.fortlangleycolonics.com/category/health/
Redirect 301 /category/videos/ https://www.fortlangleycolonics.com/video-resources/
Redirect 301 /category/resources/ https://www.fortlangleycolonics.com/video-resources/
Redirect 301 /colon-hydrotherapy/ https://www.fortlangleycolonics.com/what-is-colonics/

# Wordfence WAF
<Files ".user.ini">
<IfModule mod_authz_core.c>
	Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
	Order deny,allow
	Deny from all
</IfModule>
</Files>

# END Wordfence WAF

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
   php_flag display_errors Off
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 128M
   php_value post_max_size 64M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
   php_value upload_max_filesize 64M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 128M
   php_value post_max_size 64M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
   php_value upload_max_filesize 64M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit
