• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

[Script] 301 Redirect after ImpEx imported forums

Admin

Well-Known Member
Staff member
Administrator
Today I want to introduce a script produced by Cionfs'Forum CMS - Supporto CMS per WebMaster of TGSDevs for 301 Redirect after ImpEx imported forums .
So it makes a 301 redirect url from Old -> New url.
It works if you have installed vBSEO or not.
This script has been tested to the redirect the imported phpbb3 urls to vBulletin 4.2.1.
It should also work for VB3 (since the DB structure is identical).
Should be enough rename the files to make it work with SMF and MyBB.
The script does the redirect of the forum and topic screens.

You must compile this

PHP:
    $mysql_hostname = "localhost"; // localhost or IP address
    $mysql_username = ""; // user for MySQL
    $mysql_password = ""; // pass for MySQL
    $mysql_database = ""; // database used for vBulletin installation
    $mysql_prefix = "vb_"; // prefix for vBulletin tables
    
    $vBulletinURL = ""; // Sample: www.tuoitreit.vn

Once you have filled just upload the files to the root of the old forum and will be done automatically from the old url to the new 301.

PS: Sorry for my bad english
Download tuoitreit.vn_viewforum-topic.zip
 

Facebook Comments

New posts New threads New resources

Back
Top