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.
|
- SetEnv APPLICATION_ENV dev
- RewriteEngine On
- RewriteRule ^public/(.*)$ public/$1 [L]
- RewriteRule ^zzcx/(.*)$ public/html/module/$1 [L]
- RewriteRule ^.*favicon.ico$ public/images/logo/img_logo.png [L]
-
- RewriteRule ^.*$ public/index.php [L,NS]
|