관리-도구
편집 파일: pub_htaccess
RewriteEngine On RewriteBase [[relativeurl]]/public/apps/fusio/ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^(?!.*\.).*$ index.html [NC,L]