Overtime Laws - Loan - Mortgages - Record Internet Radio with Tags - Loans

PDA

View Full Version : Upgraded to a new forum, need to redirect


AndyJC
Apr 30th 2008, 12:38 am
Hi all, I just upgraded my forum from mamboboard to fireboard. My links have changed from

//slaptear.com/component/option,com_mamboboard/Itemid,23/func,view/catid,13/id,5681/#5681

to

//slaptear.com/component/option,com_fireboard/Itemid,23/func,view/catid,13/id,5681/#5681

Is there a good way to do this with htaccess? I'd like to keep the links I have listed in the search engines.

Thanks,
Andy

Trusted Writer
May 4th 2008, 2:18 pm
My cousin implemented the following rule on his website:


Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC]
RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z]{2,6})$ [NC]
RewriteRule ^/(.*)$ http://%1/$1 [R=301,L]


This is passing the old indexed links to their corresponding under the new domain name.

However I think this is the way to go finding the workaround for your specific question.

apachehtaccess
May 9th 2008, 2:12 pm
Is that the link? ==>slaptear.com/component/option,com_mamboboard/Itemid,23/func,view/catid,13/id,5681/#5681

that is one UGLY looking url my friend.

, and # and _ oh my!