-remove APPLICATION_ENV from .htaccess file
This commit is contained in:
parent
bc7553a5fc
commit
9e39bba2c6
|
@ -11,5 +11,3 @@ RewriteCond %{REQUEST_FILENAME} -d
|
|||
RewriteRule ^.*$ - [NC,L]
|
||||
RewriteRule ^.*$ index.php [NC,L]
|
||||
RewriteBase /
|
||||
|
||||
SetEnv APPLICATION_ENV development
|
||||
|
|
Loading…
Reference in New Issue