Laravel框架Apache伪静态
super
2022-12-23 00:06
2089
Laravel框架Apache伪静态
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
0 条讨论