/+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:09:11 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160315210911-3jgqymrctds0lj8n
* initial code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
RewriteEngine On
 
3
RewriteBase /~user_name/StupidMVC/
 
4
RewriteCond %{REQUEST_FILENAME} !-f
 
5
RewriteCond %{REQUEST_FILENAME} !-d 
 
6
RewriteRule . index.php [L]
 
7