Quote:
|
So I guess there is a black mark against the domain now? No matter what I do it will always have the higher prices?
|
Yes, it's more easy and faster to just register a new domain. You can use Mod Rewrite proxy to serve the old site from your new domain:
Code:
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^(.*)$ http://www.domain.com/$1 [P]