
# ============================================================
# 301 REDIRECTS - Added April 2026
# ============================================================

# --- SERVICE PAGES ---
Redirect 301 /insomnia-treatment-newcastle/ https://www.newcastle-hypnotherapy.com/insomnia-treatment-newcastle/
Redirect 301 /pain-management-newcastle/ https://www.newcastle-hypnotherapy.com/pain-management-hypnosis-newcastle
Redirect 301 /stop-smoking-newcastle/ https://www.newcastle-hypnotherapy.com/stop-smoking-hypnosis-newcastle
Redirect 301 /stop-smoking-newcastle https://www.newcastle-hypnotherapy.com/stop-smoking-hypnosis-newcastle
Redirect 301 /phobia-treatment-newcastle/ https://www.newcastle-hypnotherapy.com/phobia-fear-hypnotherapy-treatment-newcastle
Redirect 301 /ocd-intrusive-thoughts-newcastle/ https://www.newcastle-hypnotherapy.com/ocd-intrusive-thought-treatment-newcastle
Redirect 301 /addiction-habit-treatment-newcastle/ https://www.newcastle-hypnotherapy.com/addiction-habit-treatment-newcastle/
Redirect 301 /depression-treatment-newcastle/ https://www.newcastle-hypnotherapy.com/depression-hypnosis-treatment-newcastle
Redirect 301 /corporate-wellbeing-newcastle/ https://www.newcastle-hypnotherapy.com/business-corporate-wellbeing-newcastle
Redirect 301 /public-speaking https://www.newcastle-hypnotherapy.com/public-speaking-anxiety-newcastle
Redirect 301 /mental-health https://www.newcastle-hypnotherapy.com/

# --- OLD ANXIETY URLS (fixed to point to new page) ---
Redirect 301 /hypnosis-services/anxiety-treatment-counselling-newcastle/ https://www.newcastle-hypnotherapy.com/anxiety-treatment-newcastle
Redirect 301 /hypnosis-services/anxiety-treatment-counselling-newcastle https://www.newcastle-hypnotherapy.com/anxiety-treatment-newcastle
Redirect 301 /hypnosis-services/anxiety-relief-hypnosis-program https://www.newcastle-hypnotherapy.com/anxiety-treatment-newcastle
Redirect 301 /ANXIETY https://www.newcastle-hypnotherapy.com/anxiety-treatment-newcastle
Redirect 301 /anxiety https://www.newcastle-hypnotherapy.com/anxiety-treatment-newcastle

# --- LOCATION PAGES ---
Redirect 301 /bedlington-hypnotherapy-practice-northumberland/ https://www.newcastle-hypnotherapy.com/hypnotherapy-northumberland/
Redirect 301 /newcastle-hypnotherapy-bedlington-northumberland/ https://www.newcastle-hypnotherapy.com/hypnotherapy-northumberland/
Redirect 301 /south-shields-hypnotherapy-practice/ https://www.newcastle-hypnotherapy.com/hypnotherapy-south-shields/
Redirect 301 /newcastle-hypnotherapy-in-seaton-delaval/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /newcastle-hypnotherapy-in-wallsend/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /newcastle-hypnotherapy-cramlington-practice/ https://www.newcastle-hypnotherapy.com/hypnotherapy-cramlington/
Redirect 301 /hypnotherapy-north-sheilds https://www.newcastle-hypnotherapy.com/hypnotherapy-north-shields/

# --- REVIEWS ---
Redirect 301 /reviews-testimonials/ https://www.newcastle-hypnotherapy.com/newcastle-hypnotherapy-reviews
Redirect 301 /reveiws/ https://www.newcastle-hypnotherapy.com/newcastle-hypnotherapy-reviews
Redirect 301 /client-feedback/ https://www.newcastle-hypnotherapy.com/newcastle-hypnotherapy-reviews

# --- BLOG ---
Redirect 301 /blog/ https://www.newcastle-hypnotherapy.com/mental-health-blog

# --- EVENTS & WORKSHOPS ---
Redirect 301 /events-workshops-newcastle-hypnotherapy/ https://www.newcastle-hypnotherapy.com/mental-health-workshops-newcastle/

# --- ABOUT & INFO ---
Redirect 301 /about-us/ https://www.newcastle-hypnotherapy.com/about-newcastle-hypnotherapy
Redirect 301 /learn-more/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /terms-conditions/ https://www.newcastle-hypnotherapy.com/privacy-policy/

# --- CONSULTATION (kept from original) ---
Redirect 301 /free-consultation-newcastle-hypnotherapy/ /free-strategy-call-newcastle-hypnotherapy/

# --- OLD CONTENT (no equivalent - send to homepage) ---
Redirect 301 /choosing-your-hypnotherapist/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /therapist-training-courses/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /the-secret-workshops/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /the-secrets-of-deep-relaxation-workshop/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /the-secrets-of-being-happy/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /dealing-with-difficult-people-children/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /edgar-cayce-american-psychic-clairvoyant-talk/ https://www.newcastle-hypnotherapy.com/
Redirect 301 /hypnosis-services/past-life-regression-hypnosis-sessions/ https://www.newcastle-hypnotherapy.com/

# ============================================================

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
</IfModule>

<IfModule mod_expires.c>
  ExpiresActive On

  # Images
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/webp "access plus 1 year"
  ExpiresByType image/svg+xml "access plus 1 year"
  ExpiresByType image/x-icon "access plus 1 year"

  # Video
  ExpiresByType video/mp4 "access plus 1 year"
  ExpiresByType video/mpeg "access plus 1 year"

  # CSS, JavaScript
  ExpiresByType text/css "access plus 1 month"
  ExpiresByType text/javascript "access plus 1 month"
  ExpiresByType application/javascript "access plus 1 month"

  # Others
  ExpiresByType application/pdf "access plus 1 month"
  ExpiresByType application/x-shockwave-flash "access plus 1 month"
</IfModule>

<IfModule mod_deflate.c>
  # Compress HTML, CSS, JavaScript, Text, XML and fonts
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml

  # Remove browser bugs (only needed for really old browsers)
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  Header append Vary User-Agent
</IfModule>

RewriteOptions inherit

# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^(www\.)?newcastle-hypnotherapy\.com
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://www.newcastle-hypnotherapy.com/$1 [R,L]

# BEGIN ShortPixelWebp
# END ShortPixelWebp

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 216.40.44.101
deny from 216.40.42.4

# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the "PHP" package.
# php -- END cPanel-generated handler, do not edit
