Google friendly redirection
-
Hi,
I moved from uhec.net to lelectronlibre.net and simply used domain pointed from the first one to the second one. But after testing on some site it seems this is not search engine friendly.
I tried to modify .htaccess but it didn’t work correctly.
Here is my current .htaccss:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>I tried to add this
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://lelectronlibre.net/$1 [R=301,L]somewhere but it failed.
Any idea how I can get the pagerank from my old site to my new site?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Google friendly redirection’ is closed to new replies.