早睡早起,方能养生
Sleep early rise early, way to keep healthy

Laravel框架Apache伪静态

super
2022-12-23 00:06
views 1419

Laravel框架Apache伪静态

 

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

 



分享
0 条讨论
top