This needs an addon
Did you save/archive the import log?
If so it will be possible but it would require a redirection script.
I don't believe one has been written for an XF to XF import.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?adminaddict\.net$
RewriteRule ^threads/([0-9]+)/ http://admin-talk.com/showthread.php?t=$1 [R=301,L]
Upload these scripts to the web root of admin-talk.com:
http://xenforo.com/community/resources/redirection-scripts-for-vbulletin-3-x.264/
If your import records are not contained in the xf_import_log table then you need to edit the 301config.php file to specify the name of the table.
Then add these rules to the top of the .htaccess file in the web root for adminaddict.net. If both domains are parked on the same site then it will be XF's .htaccess file which is fine:
Code:RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?adminaddict\.net$ RewriteRule ^threads/([0-9]+)/ http://admin-talk.com/showthread.php?t=$1 [R=301,L]
That should do it.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$
RewriteRule ^threads/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/showthread_aspergic.php?t=$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$
RewriteRule ^forums/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/forumdisplay_aspergic.php?f=$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$
RewriteRule ^categories/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/forumdisplay_aspergic.php?f=$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$
RewriteRule ^members/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/member_aspergic.php?u=$1 [R=301,L]
How do I get pages to work for threads? This isn't working:
Code:RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$ RewriteRule ^threads/[^\./]+\.([0-9]+)/page-([0-9]+) https://www.aspiescentral.com/showthread_aspergic.php?t=$1&page=$2 [R=301,L]
That should work. Try downloading the latest version of these scripts:
http://xenforo.com/community/resources/redirection-scripts-for-vbulletin-3-x.264/
Older versions didn't do pages.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$
RewriteRule ^threads/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/showthread_aspergic.php?t=$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$
RewriteRule ^threads/[^\./]+\.([0-9]+)/page-([0-9]+) https://www.aspiescentral.com/showthread_aspergic.php?t=$1&page=$2 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$
RewriteRule ^members/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/member_aspergic.php?u=$1 [R=301,L]
Hmm I downloaded fresh today.
This is my current .htaccess:
Code:RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$ RewriteRule ^threads/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/showthread_aspergic.php?t=$1 [R=301,L] RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$ RewriteRule ^threads/[^\./]+\.([0-9]+)/page-([0-9]+) https://www.aspiescentral.com/showthread_aspergic.php?t=$1&page=$2 [R=301,L] RewriteCond %{HTTP_HOST} ^(www\.)?aspergic\.com$ RewriteRule ^members/[^\./]+\.([0-9]+)/ https://www.aspiescentral.com/member_aspergic.php?u=$1 [R=301,L]
We use essential cookies to make this site work, and optional cookies to enhance your experience.