Hi, any help would be appreciated. Bit of background: I have two websites: domain.com - with wordpress multisite installed domain.com/blog - with wordpress installed (not multisite) What's the best way to redirect the domain.com to the domain.com/blog I want a temporary (302) redirect as i will be using domain.com in the future although want all traffic to go from domain.com to domain.com/blog I'm guessing something to do with the mod_rewrite or .htaccess file but my coding is limited.
Thanks! I've managed to redirect the home page (domain.com) to the blog (domain.com/blog) There are still some pages that on the domain.com that i want to be able to access however without being forwarded to domain.com/blog How would i write this rule?
Redirect 302 /folder/oldpage.html http://www.example.org/newpage.html Code (markup): In this example, whenever someone accesses “http://www.example.com/folder/oldpage.html”, their Web browser will take them to “http://www.example.org/newpage.html” instead.
That's going to be a lot more complicated and far beyond my pathetic understanding of .htaccess redirect rules. Someone on Stackoverflow would almost certainly be able to help. Or you could just move them into the /blog subdirectory and move them back later.