I am trying to create this redirect:
Redirect /commercial%20work.html http://nataliearriolaphotography.com/fine-art-photography-prints.html
The problem is that when I first created this page I left a space in the file name. In other words it was "/commercial work.html
". In chrome and safari the url reads as above with the %20
in place of the space, but when I create this redirect it does not work. I have also tried the following:
Redirect /commercial work.html http://nataliearriolaphotography.com/fine-art-photography-prints.html
This does not work either. It causes a server error page to appear. Does anyone have any suggestions? Thanks!
The reasons for 301 redirect not working are much more well-defined among WordPress sites. One of the main causes is because you have added the rewrite rules on both the cPanel “Redirects” tool and from your WordPress plugin.
A 301 redirect is a permanent redirect from one URL to another. While they can redirect site page URLs, they can also redirect from one domain to another.
Try adding quotes. So
Redirect "/commercial work.html" http://nataliearriolaphotography.com/fine-art-photography-prints.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With