Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- 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]
|