mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Htaccess fix when URL rewriting is not enabled in Yii
This commit is contained in:
parent
115b7af252
commit
45d3f273a2
@ -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]
|
||||
|
||||
|
@ -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-)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user