You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
245 B

  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]