Assembla home | Assembla project page
 

root/branch/.htaccess

Revision 55, 117 bytes (checked in by digitalspaghetti, 1 year ago)

Fresh codebase, SVN hell attcked

  • Property svn:executable set to *
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.