TaoLer/public/.htaccess
2020-03-18 21:30:30 +08:00

11 lines
244 B
ApacheConf

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
FileETag MTime Size
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>