I want to create a 301 redirect on a WordPress site, nothing's working...
-
Hello all,
I'm hoping someone out there can give me a hand with this. I'm trying to modify my .htaccess file so that the site will go from maxcarnagemusic.com to www.maxcarnagemusic.com and also, so viewers will be redirected to www.maxcarnagemusic.com/home when they try to access the site. I've tried a few different things, including adding the 301 redirect plugin for Wordpress, but nothing seems to work.
Can someone out there show/tell me how to create an htaccess file that will execute as much. I apologize in advance, my Apache experience is very, very limited. Thank you all in advance!
-
Hi,
If you are using wordpress then you should be able to change that from setting >> General >> Site Address & Wordpress Address URL . Did you try that.
-
A common thing a lot of people run into is using Apache redirect rules on nginx servers. Your server headers return nginx. I don't have any real world experience with nginx. Perhaps someone else does. In the mean time, here's a link from the official nginx docs which should help you with the nginx rewrite module.
Have fun storming the castle!
-
Hi J.P.! Did you ever get it working?
