Configure Apache for the Back Office - Fluid Topics - 3.8

Install Fluid Topics on Multiple Servers

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.8

Encoded slashes must be allowed for the Back Office to run properly.

To allow encoded slashes, modify the Apache configuration:

  1. Edit the following file:

    As root user

    /etc/httpd/conf.d/000-default.conf

  2. Add the following line inside the <VirtualHost> tag:

    AllowEncodedSlashes ON

httpd must be restarted for this modification to be correctly taken into account. Run the following command:

As root user

systemctl restart httpd.service