Keywords: WordPress Multisite - AWS - Technical issue - Plugins installation/configuration
bnsupport ID: 5392d893-976f-520e-99df-27bc9e73e847
bndiagnostic output:
? Apache: Found possible issues
? Wordpress: Found possible issues
? Resources: Found possible issues
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-errors-apache/
bndiagnostic failure reason: The documentation did not make any significant change
Description:
Hello,
After spent many hours in the last days trying to manage HTTP headers to work on my website, I have decided to create this topic for help.
As far as i know in my experience, the default location of .htaccess is the root directory of WordPress. After reading the bitnami documentation, i understand that using Bitnami’s environment, the process is a little different.
The root folder of WordPress in my server is “/opt/bitnami/wordpress” and the .htaccess file that was suposed to be there, now is called “wordpress-htaccess.conf” and is located in that path “/opt/bitnami/apache/conf/vhosts/htaccess”.
Many times i’ve tried to add the HTTP headers editing the file wordpress-htaccess.conf, using the following syntax:
<Directory “/opt/bitnami/wordpress”>
Content that was suposed to be in the .htaccess file in wordpress root folder
… and them restarted Apache.
But i’m having no success at all, the plugins that need the headers is displaying messages that the headers isn’t present at .htaccess file.
Also have checked using HTTP headers verifying tools and the headers are not present.