jrd Posted February 10, 2004 Posted February 10, 2004 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.
TCH-Don Posted February 10, 2004 Posted February 10, 2004 No need to post the same thing in two areas, we read all of the board. I am closing this one, as you are getting answers in your other post in scripting talk
Recommended Posts