Htaccess fix when URL rewriting is not enabled in Yii

This commit is contained in:
Lucas Bartholemy 2017-02-06 14:08:03 +01:00
parent 115b7af252
commit 45d3f273a2
3 changed files with 2 additions and 3 deletions

View File

@ -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]

View File

@ -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-)

View File

@ -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