qwers
Заблокирован
		- Сообщения
- 315
- Реакции
- 72
- Баллы
- 3,330
В  .htaccess указано, но при переходе 
А при переходе
Задача- сделать перевод с
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} ^
RewriteRule ^(.*)$
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
				
			
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
 не перенаправляет на 
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
. А при переходе
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
 перенаправляет на 
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
. Задача- сделать перевод с
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
 на 
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
 Заранее спасибо!<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} ^
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
 [NC]RewriteRule ^(.*)$
	 У Вас недостаточно прав для просмотра ссылок.
		Вход или Регистрация
 [R=301,L]# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
 
				 
						
 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		