Hi, I installed ISPConfig with Ubuntu 18.04, but .htaccess is not working. What is the best way to enable .htaccess. Thanks Rob
htaccess is enabled by default. Is this an Apache or Nginx server? .htaccess is an Apache config file, so it works on Apache servers only and not on Nginx servers.
Hi, i checked this server is Apache2. And .htaccess is working...but When I set in the .htaccess file the text <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" </IfModule> And check or x-xss is working with "https://observatory.mozilla.org" is seems it is not working? How to solve this problem?
a2enmod headers give me the output....Module headers already enabled after service apache2 restart, same problem. x-xss is tested with https://observatory.mozilla.org and is not working? What else could cause this problem?