source: Dev/branches/cakephp/.htaccess @ 285

Last change on this file since 285 was 126, checked in by fpvanagthoven, 14 years ago

Cakephp branch.

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.