/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC

« back to all changes in this revision

Viewing changes to htaccess_example_unerdir

  • Committer: Gustav Hartvigsson
  • Date: 2016-03-15 21:33:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160315213326-x8r9dj0dknv6jnl6
* a few changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
RewriteCond %{REQUEST_FILENAME} !-f
5
5
RewriteCond %{REQUEST_FILENAME} !-d 
6
6
RewriteRule . index.php [L]
7
 
 
 
7
RewriteRule cfg.json - [R=403]