Files
EasyAdmin8/public/.htaccess
wolfcode e1c3216904 init
2023-06-15 16:18:27 +08:00

7 lines
205 B
ApacheConf

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>