CodeIgniter URL suffix .html automatically for all URL

前端 未结 3 1859
陌清茗
陌清茗 2020-12-20 04:08

I am new in CodeIgniter. I setup CI in my localhost Eg. localhost/MyProjects/CodeIgniter/welcome/index

I can able to remove the index.php from the url & I also c

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-20 04:41

    Change your config.php file

    $config['url_suffix'] = '.html';
    

提交回复
热议问题