britors/SushiPHP/master/.htaccess
# Turn on the RewriteEngine Options +FollowSymlinks RewriteEngine On RewriteBase / # Rules RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?mod=/$1 [QSA,L]
# Turn on the RewriteEngine Options +FollowSymlinks RewriteEngine On RewriteBase / # Rules RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?mod=/$1 [QSA,L]