Utf8 convert
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
DefaultLanguage ru
|
||||
AddDefaultCharset windows-1251
|
||||
<IfModule mod_php5.c>
|
||||
php_value session.use_trans_sid 0
|
||||
php_value register_globals 1
|
||||
<Directory "/usr/local/bin/php">
|
||||
php_admin_value open_basedir none
|
||||
</Directory>
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
#Options +FollowSymLinks -MultiViews
|
||||
@@ -24,15 +16,6 @@ RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
|
||||
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
|
||||
RewriteRule (.+) https://new-combats.com/proxy/
|
||||
|
||||
#RewriteCond %{HTTP_HOST} ^new-combats\.ru [NC]
|
||||
#RewriteCond %{SERVER_PORT} 80
|
||||
#RewriteRule ^(.*)$ https://new-combats.com/$1 [R,L]
|
||||
|
||||
#RewriteCond %{HTTP_HOST} ^demonscity\.ru [NC]
|
||||
#RewriteCond %{SERVER_PORT} 80
|
||||
#RewriteRule ^(.*)$ https://new-combats.com/$1 [R,L]
|
||||
|
||||
#RewriteCond %{HTTP_HOST} ^new-combats\.com [NC]
|
||||
RewriteCond %{SERVER_PORT} 80
|
||||
RewriteRule ^(.*)$ https://new-combats.com/$1 [R,L]
|
||||
|
||||
@@ -59,9 +42,6 @@ RewriteRule ^rating_pers/(.*)/?$ /reting_pers.php?$1 [L]
|
||||
RewriteRule ^rating_clans/?$ /reting_clans.php [L]
|
||||
RewriteRule ^rating_clans/(.*)/?$ /reting_clans.php?$1 [L]
|
||||
|
||||
#RewriteRule ^support/(.*)/?$ /support/index.php?$1 [L]
|
||||
#RewriteRule ^support/?$ /support/index.php [L]
|
||||
|
||||
RewriteRule ^clan/(.*)/?$ /clans_inf.php?$1 [L]
|
||||
RewriteRule ^clan/?$ /clans_inf.php [L]
|
||||
|
||||
@@ -70,18 +50,12 @@ RewriteRule ^ruins/?$ /ruins.php [L]
|
||||
|
||||
RewriteRule ^exp/(.*)/?$ /exp.php?$1 [L]
|
||||
RewriteRule ^exp/?$ /exp.php [L]
|
||||
#
|
||||
#
|
||||
|
||||
RewriteRule ^news/(.*)/?$ /n/$1 [R=301,L]
|
||||
RewriteRule ^news/?$ /n [R=301,L]
|
||||
|
||||
RewriteRule ^n/(.*)/?$ /news_script/index.php?$1 [L]
|
||||
RewriteRule ^n/?$ /news_script/index.php [L]
|
||||
#
|
||||
#
|
||||
|
||||
#RewriteRule ^news/(.*)/?$ /news_script/index.php?$1 [L]
|
||||
#RewriteRule ^news/?$ /news_script/index.php [L]
|
||||
|
||||
RewriteRule ^forum/(.*)/?$ /forum_script/index.php?$1 [L]
|
||||
RewriteRule ^forum/?$ /forum_script/index.php [L]
|
||||
@@ -101,10 +75,7 @@ RewriteRule ^rating/?$ /rating_script/index.php [L]
|
||||
RewriteRule ^item/(.*)/?$ /items_info.php?$1 [L]
|
||||
RewriteRule ^item/?$ /items_info.php [L]
|
||||
RewriteRule ^repass/?$ /repass.php [L]
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
RewriteRule ^mail/(.*)/?$ /mailconf.php?$1 [L]
|
||||
|
||||
RewriteRule ^register/?$ /register.php [L]
|
||||
@@ -126,4 +97,3 @@ RewriteRule . /index.php [L]
|
||||
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user