【发布时间】:2017-11-28 14:59:52
【问题描述】:
我的根或索引项目是http://localhost/myapp
如何转换
http://localhost/myapp/index.php?controller=song&id=32&action=edit
到
http://localhost/myapp/song/32/edit
我的项目在文件夹c:\php\www\myapp
【问题讨论】:
-
你研究过mod_rewrite吗?
标签: php .htaccess localhost friendly-url