당신이 PM으로 보내주 페이지에 대한 지원을 추가했습니다. 당신이 어떤 방법을 잃으면 경우에 대비하여 htaccess 지시어는 귀하의 FTP에 (변경 전) 이전 복사본이 점에 유의하시기 바랍니다. 또한 나는 여기 zoints 페이지가 번역되고 있습니다 규칙 (일반 vBET 규칙 앞에 있어야합니다)를 보내 :
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(404.php|ajax.php|announcement.php|arcade.php|attachment.php|Bible_SuperSearch_vb.php|Bible_SuperSearch_vb2.php|chatting.php|cron.php|cv_rss_feeds.php|disclaimer.php|editpost.php|ewt_talkerbot.php|external.php|extra_online_users.php|editprofile.php|editsettings.php|forum.php|global.php|gtsearch.php|h2h.php|holdsession.php|image.php|infraction.php|inlinemod.php|itsucks.php|itsuckschart.php|joinrequests.php|latest.php|login.php|misc.php|mmcheats.php|mmnamett.php|moderation.php|moderator.php|newattachment.php|newreply.php|newthread.php|online.php|payment_gateway.php|payments.php|petz.php|poll.php|post_thanks.php|postings.php|printthread.php|priv.php|privacy.php|private.php|quran.php|radioandtv.php|register.php|report.php|reputation.php|reviewrate.php|rules.php|search.php|searchprofile.php|searchpeople.php|sendmessage.php|showgroups.php|showgroups.php|showpost.php|showthread.php|subscription.php|threadrate.php|threadtopdf.php|tos.php|usercp.php|usernote.php|vbms.php|vbms_ab.php|vbms_alias.php|vbms_attachment.php|vbms_checkmail.php|vbms_compose.php|vbms_filters.php|vbms_folders.php|vbms_misc.php|vbms_new.php|vbms_options.php|vbms_read.php|vbplaza.php|vbtube.php|vbtube_action.php|vbtube_add.php|vbtube_admin.php|vbtube_browser.php|vbtube_comment.php|vbtube_favorites.php|vbtube_progress.php|vbtube_report.php|vbtube_sendfriend.php|vbtube_show.php|vbtube_upload.php|youtube_browser.php|imagehosting)
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/([^/]+)/?$ /index.php?z-profile=$2&language=$1 [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.+)/(privacy|contacts|blog|comments|blocks|editgroups|editprofile|styles|interests|links)/.*$ $3.php?z-profile=$2&language=$1 [QSA]
RewriteCond %{QUERY_STRING} z-profile=
RewriteCond %{QUERY_STRING} !redirected=
RewriteCond %{QUERY_STRING} language=
RewriteRule ^(.*)$ vbenterprisetranslator_front_controller.php?redirected=$1&vbet_outside=true [L,QSA]