ยินดีต้อนรับคุณ, บุคคลทั่วไป กรุณา เข้าสู่ระบบ หรือ ลงทะเบียน

เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น

ThaiSEOBoard.com< กดยุบ (ห้องยกเลิกการใช้งาน)สาระคำถามทั่วไป (ย้ายไป cafe) สอบถามผู้รู้เกี่ยวกับ .htaccess โหมด Rewrite หน่อยครับผม
หน้า: [1]   ลงล่าง
พิมพ์
ผู้เขียน หัวข้อ: สอบถามผู้รู้เกี่ยวกับ .htaccess โหมด Rewrite หน่อยครับผม  (อ่าน 984 ครั้ง)
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
sixsense
Verified Seller
สมุนแก๊งเสียว
*

พลังน้ำใจ: 79
ออฟไลน์ ออฟไลน์

กระทู้: 685



ดูรายละเอียด เว็บไซต์
« เมื่อ: 11 ธันวาคม 2009, 17:39:15 »


คือโค๊ดที่เขียนมา ถ้าเป็น url ภาษาอังกฤษขึ้นนะครับ แต่ถ้าเป็น url หรือเริ่มด้วยหัวข้อภาษาไทย จะไม่ขึ้นครับ เช่น

ถ้าเป็นภาษาอังกฤษ health ก็จะขึ้น url เป็น health.htm ตามหัวข้อครับ

แต่ ถ้าเป็นภาษาไทย "สุขภาพ" url จะขึ้นเป็น -.htm ขึ้นเป็นขีดแทน ไม่ทราบพอจะช่วยเหลือผมได้ไหมครับ และผมได้แนบ .htaccess เข้ามาด้วยครับ รบกวนด้วยครับผม หา google มาสองวันละครับ


โค๊ด:
RewriteEngine On

Options  FollowSymlinks

RewriteRule ^(.*)/$ index.php?qstr=$1
RewriteRule ^(.*).htm$ index.php?qstr=$1

########## 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!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|=) [OR]
#
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
#
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|<).*script.*(>|>) [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})
#
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#

ด้านบนนี้เป็นไฟล์ .htaccess ของผมครับ
บันทึกการเข้า

[รับจ้าง] รับเขียนบทความภาษาอังกฤษ คุณภาพราคาถูก
- ความสำคัญของบทความภาษาอังกฤษ
- รับประกันคุณภาพงาน
- บทความไม่ประทับใจยินดีแก้ไข หรือคืนเงินให้
- สั่งบทความ
Personal Homepage
หน้า: [1]   ขึ้นบน
พิมพ์