To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC
1
by Gustav Hartvigsson
* initial code
|
1
|
RewriteEngine On
|
2
|
RewriteBase /~user_name/StupidMVC/
|
3
|
RewriteCond %{REQUEST_FILENAME} !-f
|
4
|
RewriteCond %{REQUEST_FILENAME} !-d
|
5
|
RewriteRule . index.php [L]
|
6
|
RewriteRule cfg.json - [R=403]
|
2
by Gustav Hartvigsson
* a few changes.
|
7
|
|