The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I want a way to make all the links working to link one
These links Http://www.a7laqalb.com Http://www.a7laqalb.net Http://www.a7laqalb.org Http://www.a7laqalb.info I want to make any person to enter any of this double talking to transform this link Http://www.a7laqalb.com Without that change the course where it is Is there a way to do this? |
#2
|
||||
|
||||
![]()
Are you meaning to have anyone who puts one of those urls in their browser all be redirected to the .com one? I'm pretty sure you can do that using htaccess - the only part I'm wondering about is it sounds like you want it to continue to say .org even when you are redirected to .com.
(If that's not what you mean, sorry.) |
#3
|
||||
|
||||
![]() Quote:
I want to make a person browsing a link to re-directed to. Com Example: Http://www.xxxxxxxxxx.org/forum/showthread.php?t=25596 Re-directed directly to the Http://www.xxxxxxxxxx.com/forum/showthread.php?t=25596 Without losing the page browsing |
#4
|
||||
|
||||
![]()
This can be achieved with a .htaccess URL rewrite. Try this:
Code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.(net|org|info)$ [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|