Skip to content

Commit

Permalink
redirect: Booking to coaching and mentoring
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 23, 2024
1 parent ae36ca3 commit 800e31c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion site-root/public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Handle errors
ErrorDocument 404 /error-404.php
ErrorDocument 405 /error-405.php
ErrorDocument 500 /error-500.html

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
Expand All @@ -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
Expand Down

0 comments on commit 800e31c

Please sign in to comment.