The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i have a problem with my domain
and i want to do when user goes on http://xxxx.com its redirect to http://www.xxxx.com My control panel is Direct admin in the host (maby it can help). |
#2
|
||||
|
||||
![]()
Do a search for .htaccess in this forum. This subject has been brought up, and answered, many times lately.
|
#3
|
||||
|
||||
![]()
Put this in the .htaccess file of your root:
Code:
###### Redirect / to www ###### RewriteCond %{HTTP_HOST} !^www\.example\.com RewriteRule (.*) http://www.example.com/$1 [R=301,L] ######################### |
#4
|
|||
|
|||
![]()
it should be like this
Quote:
or Quote:
xxxx it just an exapmle to my domain |
#5
|
||||
|
||||
![]()
Is the first one not identical to the one I posted?
|
#6
|
|||
|
|||
![]()
so in the first one i only need change the xxxx to my own domain and this is it?
|
#7
|
||||
|
||||
![]()
Yes, and the .co.il part. I'd just use the one I posted. If it doesn't work (for some odd reason) then try one of the other ones.
|
#8
|
||||
|
||||
![]()
Isn't this your thread also - i have a problem with www ? This problem was already discussed, and you said solved, so why are you bringing it up again in a new thread?
|
#9
|
|||
|
|||
![]()
yes,it is but after a few hours people started say to me that my forum isnt working so i opend this thread but now i know what was the problem so i can fix it.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|