rcymozart Posted December 27, 2005 Posted December 27, 2005 I've been using www.lifeofrobert.com/blog for my blog, but have decided to create a subdomain called blog.lifeofrobert.com. I use MT and any URL under blog.lifeofrobert.com works correctly. However, trying to use a rewrite rule to unbreak archive links (such as www.lifeofrobert.com/blog/archive/... to blog.lifeofrobert.com/archives/...) has been difficult. Here is the code in my .htaccess file so far: >RewriteEngine on RewriteBase / RewriteRule ^blog(.*) http://blog.lifeofrobert.com$1 [R] From what I can see, this should work, but the URL in my address bar is not updating properly and the page is "not found." Any suggestions? Thanks, Robert Quote
rsaum8 Posted February 5, 2006 Posted February 5, 2006 I couldn't help with the code - but MT does have a search and replace function which would be a workaround. It's on the right, on the main menu. Richard Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.