Hi all,
i have a problem,
i have changed the domain name some times ago, i have added in my ../forums/.htaccess file the redirect string for don't lose the old seoed links.
These are the lines that i have addedd in my .htaccess, this is the main htaccess:
The old links are replaced, but the old link of my vbadvanced dynamics are not replaced , i have tryed to add the same strings in the ../dynamics/.htaccess file , but the pages and links are not replaced , i still see the old domain link in my browser.Code:RewriteEngine on php_value upload_max_filesize 10M php_value post_max_size 10M php_value max_input_time 200 php_value max_execution_time 200 RewriteCond %{HTTP_HOST} ^old-forum.com$ [OR] RewriteCond %{HTTP_HOST} ^www.old-forum.com$ RewriteRule ^(.*)$ "http\:\/\/www\.newforum\.it\/" [R=301,L]
How can i solve this problem?
This is the dynamics .htaccess file that now running on my dynamics folder:
In red the strings that i have addedd in this htaccess file, anybody can suggest me a solution?Code:Options +FollowSymlinks RewriteEngine On RewriteRule ^([a-zA-Z_0-9\-]+)/robots\.txt$ robots.txt [QSA,L] RewriteRule ^members/page([0-9]+).html$ index.php?page=$1 [QSA,L] RewriteRule ^whatsnew/entries/([0-9]+)/page([0-9]+).html$ browsecategory.php?do=newentries&cutoffdate=$1&page=$2 [QSA,L] RewriteRule ^whatsnew/entries/(([0-9]?|-)+/?)$ browsecategory.php?do=newentries&cutoffdate=$1 [QSA,L] RewriteRule ^whatsnew/posts/([0-9]+)/page([0-9]+).html$ browsecategory.php?do=newposts&cutoffdate=$1&page=$2 [QSA,L] RewriteRule ^whatsnew/posts/(([0-9]?|-)+/?)$ browsecategory.php?do=newposts&cutoffdate=$1 [QSA,L] RewriteRule ^whatspopular/([a-zA-Z_0-9\-]+)/$ browsecategory.php?do=popentries&orderby=$1 [QSA,L] RewriteRule ^members/([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browsecategory.php?do=member&userrewrite=$1&page=$2 [QSA,L] RewriteRule ^members/(([a-zA-Z_0-9]|-)+/?)$ browsecategory.php?do=member&userrewrite=$1 [QSA,L] RewriteRule ^([a-zA-Z_0-9\-]+)/members/([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browsecategory.php?userrewrite=$2&catrewrite=$1&page=$3 [QSA,L] RewriteRule ^([a-zA-Z_0-9\-]+)/members/(([a-zA-Z_0-9]|-)+/?)$ browsecategory.php?userrewrite=$2&catrewrite=$1 [QSA,L] RewriteRule ^([a-zA-Z_0-9\-]+)/(([a-zA-Z_0-9]|-)+)/$ showentry.php?entryrewrite=$2&catrewrite=$1 [QSA,L] RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z_0-9\-]+)/page([0-9]+).html$ showentry.php?entryrewrite=$2&catrewrite=$1&page=$3 [QSA,L] RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z_0-9\-]+)/epage([0-9]+).html$ showentry.php?entryrewrite=$2&catrewrite=$1&epage=$3 [QSA,L] RewriteRule ^([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browsecategory.php?catrewrite=$1&page=$2 [QSA,L] RewriteRule ^([a-zA-Z_0-9\-]+)/?$ browsecategory.php?catrewrite=$1 [QSA,L] RewriteCond %{HTTP_HOST} ^old-forum.com$ [OR] RewriteCond %{HTTP_HOST} ^www.old-forum.com$ RewriteRule ^(.*)$ "http\:\/\/www\.newforum\.it\/" [R=301,L]
Thanks


LinkBack URL
About LinkBacks





Reply With Quote
