mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
5 lines
141 B
ApacheConf
5 lines
141 B
ApacheConf
Options +FollowSymLinks
|
|
RewriteEngine on
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule . /index.php [L] |