CORS error
Saturday, May 15, 2021
Wampserver 403 Forbidden
You don't have permission to access this resource.
website is normail with localhost .
but website is Forbidden with Extranet.
Wednesday, May 5, 2021
"You cannot delete a plugin while it is active on the main site" wordpress plugins
"You cannot delete a plugin while it is active on the main site" wordpress plugins can't delete.
Purge All Caches
Sunday, May 2, 2021
Warning: Certificates may not renew automatically. due to a web server configuration issue.
Automatic renewal Let's Encrypt with "sudo /opt/bitnami/bncert-tool"
Warning: Certificates may not renew automatically. due to a web server configuration issue.
Saturday, March 20, 2021
Google domains add SPF of DNS ,but Email Service authenticate fail
If Google domains use SPF(Sender Policy Framework, RFC 4408) ,the Email Service (sendinblue) can't authenticate this SPF.
How to solution the SPF can't authenticate by Email Service?
Wednesday, March 10, 2021
How to http 1.1 to http/2
insert httpd-vhosts
Protocols h2 h2c http/1.1
H2Direct on
Friday, March 5, 2021
How to Troubleshoot Permission Issues with SFTP
Change the owner of the folder or file to bitnami (remember to replace the TARGETFOLDER placeholder with the proper path):
sudo chown bitnami TARGETFOLDER sudo chmod +w TARGETFOLDERYou should now be able to upload files to the folder or replace the file. When you are finished, restore the original permissions. For the case above, the commands are as follows:
sudo chown daemon:daemon TARGETFOLDER sudo chmod 0775 TARGETFOLDER
https://docs.bitnami.com/virtual-machine/how-to/troubleshoot-permission-issues/














