1.ย่อ Urlได้เอง
2.ทำ Url friendly ครับ… เช่นจาก
www.abc.com/topic.php?id=1223 เป็น www.abc.com/key เพื่อ Seo
ถ้าผมต้องการเปลี่ยนจาก
car.html เป็น รถยนต์.html
motocycle.html เป็น มอเตอร์ไซค์.html
RewriteRule ^(.*)-(.*)\.html car.php?destination=$1&id=$2
หรืออยากทำให้ไฟล์ต่างๆ .php เป็น .html นั้นใช้แบบนี้ก็ได้
RewriteRule ^(.*).html $1.php
RewriteEngine on
RewriteBase /
RewriteRule ^โรงแรมกรุงเทพ$ search.php?destination=22 [L]
ก็จะได้เป็น Url จาก http://hotelandresortthailand.com/search.php?destination=22 เป็น http://hotelandresortthailand.com/โรงแรมกรุงเทพ อธิบาย search.php?destination=22 แปลงเป็น ---> ^โรงแรมกรุงเทพ$ ถ้าอยากได้หลายๆ อันก็เขียนมือทำทีละคีย์