เพิ่มลิงค์ .html ส่วนต่อท้าย CodeIgniter URL .html โดยอัตโนมัติสำหรับ URL ทั้งหมด

เพียงแค่แก้ไข url_suffix ใน config.php
$config['url_suffix']='.html';
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Codeigniter URI Class วิธีใช้ "–" hyphen แทน "_" underscore ขีดล่าง

ถ้าคุณใช้ Codeigniter 3 ให้เปิด config / routes.php ของคุณ $route['translate_uri_dashes']= TRUE;