Bug fix:
- removed RewriteBase that is not working on all systems - re-added explaining comment in .htaccess
Dieser Commit ist enthalten in:
Ursprung
b9754277c9
Commit
481c4b2f7a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
RewriteBase /msd
|
||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -d
|
||||
|
|
Laden …
In neuem Issue referenzieren