Assembla home | Assembla project page
 

root/mess/.htaccess

Revision 2, 141 bytes (checked in by digitalspaghetti, 2 years ago)

Initial import of 0.3.0 codebase

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.