WhatCheer/Number-Laundry/master/example.htaccess
RewriteEngine On
RewriteBase /
<Files .*>
Order Deny,Allow
Deny From All
</Files>
RewriteRule ^(?:vendor|model|db|number.php|config.php)b.* api.php/$0 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* api.php/$0 [PT,QSA]
Files
