你好,我试图让我的网址尽可能用户友好...到目前为止,我已设法删除index.php(使用.htaccess)并设置了$route['default_controller'] = "myController";
所以我的主页的网址是相当不错的,因为它看起来像localhost/myController
,但所有其他网址都有结构localhost/myRoot/myController/function
有没有办法让我的网址更加用户友好?
localhost/myController/myFunction
我的文件结构是这样的:
xampp
htdocs
myRoot
application
controllers
myController.php