view .htaccess @ 2:bea0f05fb3c8

added storagepool , vncviewer , shutdown , create features
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Sat, 13 Aug 2011 23:06:28 +0900
parents 261e66bd5a0c
children
line wrap: on
line source

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>