superwmh/swoole/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^/(index.htm|index.html|)$ /index.php [L]
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteCond %{REQUEST_URI} !=/static/
RewriteCond %{REQUEST_URI} !=/swoole_plugin/
RewriteRule ^(.*)/$ /index.php?mvc=$1 [L,QSA]
</IfModule>
Files
