Commented out the SetEnv line in .htaccess and added a comment where to add the line.
Dieser Commit ist enthalten in:
Ursprung
cb41169a1f
Commit
919f124bb8
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -1,4 +1,5 @@
|
||||||
SetEnv APPLICATION_ENV development
|
# If you're a developer add the following line to your apache config. Otherwise ignore the line.
|
||||||
|
# SetEnv APPLICATION_ENV development
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||||
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
||||||
|
|
Laden …
In neuem Issue referenzieren