xampp apache rewrite not working
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have a folder called crm in htdocs which contains a fresh laravel 5.1 project and i am trying to acess it via http://localhost/crm/ but it just brings the index of page containing the directory contents instead of the page mapped in my routes.php as Route :: get ( '/' , function () { return view ( 'panel' ); }); i have checked that apache mod_rewrite is enable in httpd.conf LoadModule rewrite_module modules / mod_rewrite . so DocumentRoot "C:/xampp/htdocs" Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Require