Laravel5 路由問題 /home頁面無法訪問


參考網址:http://stackoverflow.com/questions/11791375/laravel-routes-not-working

Laravel5 路由問題 /home頁面無法訪問

需要在apache 配置文件里添加對laravel文件夾的訪問

<Directory "D:\WAMP\laravel\public">
  
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #此處必須為all none不行
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    #Require all granted
    #Allow Order not supported
    Allow from all
    Require all granted
</Directory>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM