You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database Driver & Version : MariaDB v10.11.6 (installed from Debian repos)
Server specification : Apache 2.4 on Debian 12/Bookworm
Description:
If the default Faveo Helpdesk public/.htaccess file is enabled, then it will redirect a www FQDN subdomain to naked domain.
E.g. www.example.com will redirect to example.com.
I imagine that this is unexpected behaviour for most users - it certainly was for me!
As something of an aside, the default .htaccess files still use Apache 2.2 access controls to deny access - see "Access control" section of Apache 2.2. -> 2.4 docs.
Steps To Reproduce:
In apache conf, enable .htaccess file:
[snip]
<Directory /var/www/faveo-helpdesk/public/>
AllowOverride All
Require all granted
</Directory>
[/snip]
and use a subdomain starting with www. - see above example.
Downloaded from
master-branch
development-branch
release-tag
The text was updated successfully, but these errors were encountered:
Description:
If the default Faveo Helpdesk
public/.htaccess
file is enabled, then it will redirect awww
FQDN subdomain to naked domain.E.g.
www.example.com
will redirect toexample.com
.I imagine that this is unexpected behaviour for most users - it certainly was for me!
As something of an aside, the default
.htaccess
files still use Apache 2.2 access controls to deny access - see "Access control" section of Apache 2.2. -> 2.4 docs.Steps To Reproduce:
In apache conf, enable
.htaccess
file:and use a subdomain starting with
www.
- see above example.Downloaded from
master-branch
development-branch
release-tag
The text was updated successfully, but these errors were encountered: