Sergey

Sergey

С нами с 18 декабря 2012; Место в рейтинге пользователей: #978
Sergey
02 февраля 2015, 09:27
+1
# Rewrite www.domain.com -> domain.com -- used with SEO Strict URLs plugin
#RewriteCond %{HTTP_HOST} .
#RewriteCond %{HTTP_HOST} !^example-domain-please-change\.com [NC]
#RewriteRule (.*) http://example-domain-please-change.com/$1 [R=301,L]
#
# or for the opposite domain.com -> www.domain.com use the following
# DO NOT USE BOTH
#
#RewriteCond %{HTTP_HOST} .
#RewriteCond %{HTTP_HOST} !^www\.example-domain-please-change\.com [NC]




# Rewrite secure requests properly to prevent SSL cert warnings, e.g. prevent 
# https://www.domain.com when your cert only allows https://secure.domain.com
#RewriteCond %{SERVER_PORT} !^443
#RewriteRule (.*) https://example-domain-please-change.com/$1 [R=301,L]

#RewriteRule (.*) http://www.example-domain-please-change.com/$1 [R=301,L]
Sergey
29 июня 2014, 22:45
0


поменять friendly_alias_translit_class на translit.modTransliterate
Sergey
23 января 2013, 11:19
0
отмечены кружками
Sergey
22 января 2013, 13:45
0
что показывают логи сервера… какие ошибки? бывает такое что дисковая квота заканчивается, если сайт уже на хосте… параметры сессии не записываются и не пускает в админку.