root/websites/events.php.gr.jp/branches/cake/.htaccess

Revision 18029, 139 bytes (checked in by ha1t, 3 years ago)

htaccessわすれてた!

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.