Assembla home | Assembla project page
 

root/branches/base/.htaccess

Revision 401, 141 bytes (checked in by ad7six, 1 year ago)

updated executable properties

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
  • Property svn:keywords set to LastChangedBy Date Revision Id
Line 
1 <IfModule mod_rewrite.c>
2     RewriteEngine on
3     RewriteRule    ^$    webroot/    [L]
4     RewriteRule    (.*) webroot/$1    [L]
5  </IfModule>
Note: See TracBrowser for help on using the browser.