Hi,
We have a wordpress installation in one of our sub directories http://directory1.site1.com
and are redirecting to another website www.site2.com....
Basically when users type in www.site2.com in their broweser, they are getting redired to http://directory1.site1.com where we have all the files hosted, we are masking the URL to show www.site2.com using the below code.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /site2/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /site2/index.php [L]
</IfModule>
The problem we are running in to is, when someone searches for site2 in google, they are getting presented with http://directory1.site1.com
How can I show site2.com when someone searches for it in google...
Thanks,
Sunrays


LinkBack URL
About LinkBacks





