X   Сообщение сайта
(Сообщение закроется через 3 секунды)



 

Здравствуйте, гость (

| Вход | Регистрация )

Открыть тему
Тема закрыта
> Не могу настроить 301-редирект в .htaccess
sniip
sniip
Topic Starter сообщение 10.3.2012, 19:52; Ответить: sniip
Сообщение #1


вобщем нужно настроить редирект с домена с WWW на домен без него: отсюда http://www.интернетстройка.рф сюда http://интернетстройка.рф
бьюсь уже второй день ничего не получается... говорят нужно вставить:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site.ru
RewriteRule ^(.*)$ [url="http://www.site.ru/$1"]http://www.site.ru/$1[/url] [R=301,L]


как только я не вставлял ничего не получается((( подскажите как сделать?
вот код моего .htaccess не исправленног:
##
# @version $Id: htaccess.txt 21064 2011-04-03 22:12:19Z dextercowley $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode data within the URL
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
########## End - Rewrite rules to block out some common exploits


########## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
########## End - Custom redirects


#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

# RewriteBase /


########## Begin - Joomla! core SEF Section
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} (/[^.]*|\.(php|html?|feed|pdf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
########## End - Joomla! core SEF Section

вот адрес сайа как он выглядит: http://xn--80ajakhgrbkrclieb.xn--p1ai/ может поможет...
0
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
Taxis
Taxis
сообщение 11.3.2012, 0:10; Ответить: Taxis
Сообщение #2


Прописывать нужно после строчки
RewriteEngine on
Пишем
RewriteCond %{HTTP_HOST} ^site.ru
RewriteRule ^(.*)$ [url="http://www.site.ru/$1"]http://www.site.ru/$1[/url] [R=301,L]

Или может вы пишете
RewriteCond %{HTTP_HOST} ^интернетстройка.рф
RewriteRule ^(.*)$ http://www.интернетстройка.рф/$1 [R=301,L]

А может надо
RewriteCond %{HTTP_HOST} ^xn--80ajakhgrbkrclieb.xn--p1ai/
RewriteRule ^(.*)$ http://www.xn--80aja...clieb.xn--p1ai/$1 [R=301,L]
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
sosnovskij
sosnovskij
сообщение 11.3.2012, 0:37; Ответить: sosnovskij
Сообщение #3


Попробуйте этот код
RewriteCond %{HTTP_HOST} ^www.xn--80ajakhgrbkrclieb.xn--p1ai$ [NC]
RewriteRule ^(.*)$ http://xn--80ajakhgr...ieb.xn--p1ai/$1 [R=301,L]

После RewriteEngine on


Замечание модератора:
Эта тема была закрыта автоматически ввиду отсутствия активности в ней на протяжении 100+ дней.
Если Вы считаете ее актуальной и хотите оставить сообщение, то воспользуйтесь кнопкой
или обратитесь к любому из модераторов.


--------------------
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
Открыть тему
Тема закрыта
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0


Свернуть

> Похожие темы

  Тема Ответов Автор Просмотров Последний ответ
Открытая тема (нет новых ответов) Как настроить в WordPress для SEO оптимизации
8 rownong27 2470 2.3.2024, 12:59
автор: toplinks
Открытая тема (нет новых ответов) 301 редирект по маске. Как сделать?
1 Vbifyz 1288 16.8.2020, 13:45
автор: miketomlin
Открытая тема (нет новых ответов) Тема имеет прикрепленные файлыAdobe muse: Не могу разместить нужный мне код сразу после Body
0 Evg82 3832 20.6.2020, 10:24
автор: Evg82
Открытая тема (нет новых ответов) Установить и настроить сайт на DLE
нужен определенный шаблон
3 Reactive 2314 19.6.2020, 11:10
автор: Reactive
Открытая тема (нет новых ответов) Настроить тему для ВП AdForest
2 Viktor0102 1919 10.2.2020, 2:44
автор: DalnyVostok


 



RSS Текстовая версия Сейчас: 16.4.2024, 19:38
Дизайн