Ok, before I start, I tried my hardest to find a discussion similar to this in the boards, but to no avail, I also am obviously horrible with this whole .htaccess file thing as well as I'm very new to tinkering around with any webserver at all. Ok here goes. First, the Cliffnotes edition of my problem: - Own domain, http://www.cityeyesphoto.com - Have website http://cityeyes.inethoster.net/pixelpost/ - Have cityeyesphoto.com directed toward new site via dns - Want http://cityeyes.inethoster.net/pixelpost to show as http://www.cityeyesphoto.com - Tried both redirect and rewrite, worked on old server, giving forbidden page on this. Ok where I am now, I've updated http://www.cityeyesphoto.com (my domain) to go to my subdomain http://cityeyesphoto.cityeyes.inethoster.net (or cityeyes.inethoster.net/pixelpost as the direct) Keep in mind since my domain name was bought with yahoo, they don't let me do a transparent redirect unless I let them put up a banner ad, which is really not anything close to what I want. Also, I'd prefer not to use ZoneEdit anymore because in that case I'm depending on two servers staying up at full time. The main goal of this whole shebang is to show my website and it's subpages as being under http://www.cityeyesphoto.com In my .htaccess of cityeyesphoto.cityeyes.inethoster.net (or cityeyes.inethoster.net/pixelpost), i've added the line "Redirect /pixelpost/ http://www.cityeyesphoto.com", which SHOULD reflect my domain name back and show http://www.cityeyesphoto.com on all of my pages in the address bar. Well everyone I've had test the whole thing out is telling me that it's giving them a "forbidden" error. I've also tried "RewriteEngine on RewriteBase /pixelpost RewriteRule ^(.*)$ http://www.cityeyesphoto.com/$1 [R,L]" That gives the same "Forbidden" error. I tried both of these on my old server and they worked, so I have no idea what's happening. It's not permissions problems because if I delete the code in my .htaccess file it works fine. Here's the error message that I'm getting when i update the .htaccess: "You don't have permission to access /pixelpost/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." If you need any extra info, I'll try to give you as much as I can. Ok I tried the Redirect thing again and am getting "http://www.cityeyesphoto.com/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost/pixelpost" It looks like it's going in circles. I'm pretty sure that I'm not doing anything different from my original site, but I don't know. Ok pretty sure I figured out the project. Stupid mistake by me. Crap. I'll post if I figure it out