From 800e31ccc6bfe82b2c4b91e418bcbc6b126d0171 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Fri, 23 Feb 2024 11:39:03 -0500 Subject: [PATCH] redirect: Booking to coaching and mentoring --- site-root/public/.htaccess | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site-root/public/.htaccess b/site-root/public/.htaccess index 5d427ba..d5355b2 100644 --- a/site-root/public/.htaccess +++ b/site-root/public/.htaccess @@ -1,3 +1,8 @@ +# Handle errors +ErrorDocument 404 /error-404.php +ErrorDocument 405 /error-405.php +ErrorDocument 500 /error-500.html + Options -MultiViews -Indexes @@ -19,7 +24,8 @@ RewriteRule ^ %1 [L,R=301] # Handle redirects - Redirect 301 "/booking/" "/coaching-and-mentoring/" + Redirect 301 /booking/ /coaching-and-mentoring/ + Redirect 301 /booking /coaching-and-mentoring/ # Send Requests To Front Controller... # RewriteCond %{REQUEST_FILENAME} !-d