選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.htaccess 245 B

3年前
1234567
  1. SetEnv APPLICATION_ENV dev
  2. RewriteEngine On
  3. RewriteRule ^public/(.*)$ public/$1 [L]
  4. RewriteRule ^zzcx/(.*)$ public/html/module/$1 [L]
  5. RewriteRule ^.*favicon.ico$ public/images/logo/img_logo.png [L]
  6. RewriteRule ^.*$ public/index.php [L,NS]