79106859

Date: 2024-10-20 10:44:35
Score: 1
Natty:
Report link

I created Azure Wordpress app service using Azure default Wordpress template by following Ms Doc.

Thanks @Sina Salam for clear steps to change the file permissions in WordPress on Azure App Services.

I opened the kudu console by using below URL.

https://<AzureWordpressWebAppName>.scm.centralus-01.azurewebsites.net/

After that I clicked on the Bash and followed below steps.

chmod 755 /home/site/wwwroot/<DirectoryName>
chmod 644 /home/site/wwwroot/<FileName>

I ran the command below to see if the permissions changed.

ls -ld /home/site/wwwroot/<DirectoryName>
ls -ld /home/site/wwwroot/<FileName>

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @for
  • Low reputation (0.5):
Posted by: Aslesha Kantamsetti