diff --git a/.htaccess.dist b/.htaccess.dist index a1766569dc..affa1be402 100644 --- a/.htaccess.dist +++ b/.htaccess.dist @@ -12,9 +12,6 @@ RewriteRule ^(.*) - [E=BASE:%1] RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] -RewriteCond %{ENV:REDIRECT_STATUS} ^$ -RewriteRule ^index\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L] - RewriteCond %{REQUEST_FILENAME} -f RewriteRule .? - [L] diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index b30e027e86..7c048185b5 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -36,3 +36,4 @@ HumHub Change Log - Enh: Added possibility of global content (content w/o contentcontainer) (luke) - Enh: Added new profile field type: checkbox (luke-) - Enh: Refactored mail summaries activity module (luke-) +- Enh: Moved all static files (js, fonts, css) into own static folder @web-static (luke-) diff --git a/protected/humhub/docs/guide/README.md b/protected/humhub/docs/guide/README.md index 921bc4e05a..9305832fff 100644 --- a/protected/humhub/docs/guide/README.md +++ b/protected/humhub/docs/guide/README.md @@ -11,6 +11,7 @@ Documentations - [Installation and Administration](admin/README.md) - [Theming](theme/README.md) - [Core and Module Development](developer/README.md) +- [Enterprise Edition](ee-README.md) Appendix