Implement basic router and a controller for simfile API. Need to make some changes...
[rock.divinelegy.git] / public_html / .htaccess
1 RewriteEngine On
2 RewriteBase /
3 RewriteCond %{REQUEST_FILENAME} !-f
4 RewriteRule ^ index.php [QSA,L]
5
6