12 lines
283 B
ApacheConf
12 lines
283 B
ApacheConf
|
SetEnv APPLICATION_ENV development
|
||
|
|
||
|
RewriteEngine on
|
||
|
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||
|
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
||
|
RewriteCond %{REQUEST_FILENAME} -d
|
||
|
RewriteRule ^.*$ - [NC,L]
|
||
|
RewriteRule ^.*$ index.php [NC,L]
|
||
|
|
||
|
php_flag short_open_tag on
|
||
|
php_value short_open_tag 1
|