Jump to content

Recommended Posts

Posted

Hi. I'm trying to use mod_rewrite to refer any URLs with my domain to a Weblog hosted by Typepad. I'm using this code in my .htaccess file:

 

>RewriteEngine on
RewriteRule ^blog/(.*)$ http://myblogname.typepad.com/blog/$1 [P]
RewriteRule ^blog$ http://myblogname.typepad.com/blog/ [P]
RewriteRule ^/$ http://myblogname.typepad.com/ [P]
RewriteRule ^$ http://myblogname.typepad.com/ [P]

 

which I'm told has worked for other people using Typepad, but after I upload that, I keep getting this error when going to my domain on TCH:

"Not Found. The requested URL / was not found on this server."

 

I can't figure out what I'm doing wrong and was wondering if you might have any ideas. I don't really know how to use mod_rewrite -- I'm just borrowing others' code -- so I'm not sure if there's something I need to change to make it work with TCH.

 

Thanks.

Guest
This topic is now closed to further replies.
×
×
  • Create New...