source: Dev/branches/rest-dojo-ui/cakephp/.htaccess @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 139 bytes
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 repository browser.