PDA

View Full Version : how to redirect all old phpBB links to new VB index


mobile4persian
05-19-2013, 02:17 PM
hi.
i have recently moved from phpBB 3 to VB 4.2.1 every thing is ok but because i have moved my phpBB files now google gets 404 not found and it's very bad .

my old phpBB boad was at www.mobile4persian.net
and you can see the index status here (https://www.google.com/search?q=site%3Awww.mobile4persian.net&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)

my new board location is at: http://forum.mobile4persian.net/

i have redirect the www.mobile4persian.net to http://forum.mobile4persian.net but i want to to redirect all old links to the Vb index.
my roo .htaccess is here now:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^mobile4persian\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.mobile4persian\.net$
RewriteRule ^/?$ "http\:\/\/forum\.mobile4persian\.net\/" [R=301,L]



and the .htaccess i have at forum is seperate as VB-SEO has generated it.

any help would be appreciated.:)

mobile4persian
05-24-2013, 05:02 AM
any idea?