My Blog

toolman xyz

  1. Home
  2. About
  3. Archives
  4. Tags
  5. Search
  6. Links
  7. Disclaimer
  8. RSS
Featured image of post apache 上設定laravel AllowOverride
Laravel

apache 上設定laravel AllowOverride

Apr 08, 2020
1 minute read

<VirtualHost *:80>
    ServerName example.com
    ServerAdmin [email protected]

    DocumentRoot /
    <Directory />
            AllowOverride All
            Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

 

Laravel Apache
Licensed under CC BY-NC-SA 4.0

Related content

Call to undefined function pg_connect()

© 2020 - 2025 My Blog
Built with Hugo
Theme Stack designed by Jimmy