The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to List all posts from all forums in one page?
Hi,
I was wondering if it is possible to show all posts and threads from all forums on one page? The reason I am asking is, that I moved my entire forums to a sub-domain and I am trying to redirect all old urls to the new urls with .htaccess file It is almost not possible to go through all forums to find all posts and threads to get the desire url for redirect. Please, let me know if there is a function like this in vBulletin 4+ or anything you might suggest which is better than what I am doing. Thank you |
#2
|
||||
|
||||
Can't you just do a redirect from the top level to the new sub-domain? Why would you need to have a list of all the posts/threads in order to do that?
|
#3
|
|||
|
|||
Please give me an example. I don't know how that works.
|
#4
|
||||
|
||||
Google gives me this on redirecting to a sub-domain - http://stackoverflow.com/questions/9...t-to-subdomain There are many links that come up in google when searching on ".htaccess redirect to subdomain"
|
#5
|
||||
|
||||
that redirects. for seo purposes you will also need to rewrite the URLs from their previous format to their new format.
Maybesomething like this Code:
RewriteCond %{HTTP_HOST} !^www\.mydomain\.com RewriteRule ^(.*)$ http://forums.mydomain.com/$1 [R=permanent,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|