форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Вопросы по vBulletin 4.0.x-4.1.х
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
Rohan
Простоузер
Default заход на форум с www
0

Как сделать что бы заходя на форум ссылка была с www
Сейчас у меня при заходе кажет так http://xxx/ru
а надо http://www.xxx/ru
В Dle писал в .htaccess
PHP Code:
RewriteCond %{HTTP_HOST} ^xxx\.info$ [NC]
RewriteRule ^(.*)$ http://www.xxx.info/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.htmlHTTP/
RewriteRule ^index\.html$ / [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.phpHTTP/
RewriteRule ^index\.php$ / [R=301,L
А тут куда что вписывать?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
FBI
Знаток
 
FBI's Avatar
Default
0

у меня стоит вот так , и работает отлично
не знаю как у других )

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.сайт.com$ [NC]
RewriteRule ^(.*)$ http://www.сайт.com/$1 [L,R=301]
 
 
AleX
Гость
Default

Quote:
Originally Posted by Rohan View Post
Сейчас у меня при заходе кажет так http://xxx/ru
а надо http://www.xxx/ru
В чём разница? www — давно ненужная приставка.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 06:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Loading...