root/trunk/.htaccess

Revision 1, 139 bytes (checked in by aarkerio, 17 months ago)

Initial Import

Line 
1<IfModule mod_rewrite.c>
2   RewriteEngine on
3   RewriteRule    ^$ app/webroot/    [L]
4   RewriteRule    (.*) app/webroot/$1 [L]
5</IfModule>
Note: See TracBrowser for help on using the browser.