superwmh/swoole/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, static

Comments

Apache