Page not found 404 error when installing Expression Engine CMS on Azure Web App

Jamie Soon 145 Reputation points
2025-04-22T09:30:52.04+00:00

Dear Azure Support,

This question is related to my other question "Where do I get the database name, username and password on my web app" which has been resolved.

Now I'm trying to install the actual Expression Engine installer. I didn't add any SSL certificate line of code yet because I can't find the file to edit.

https://webdesigner4theworld.com/expressionengine/admin.php

Anyway I ran the installation and I'm getting a 404 page not found error. Attached screenshots.

Based on the Expression Engine installation instructions, I have set file permissions using Filezilla ftp software. https://docs.expressionengine.com/v6/installation/installation.html

Anyway, could you please

  1. try installing Expression Engine to reproduce the error and let me know if there is a way to resolve it. Thank you.
  2. This is the line of code in my previous question that I should put in somewhere in the actually Expression Engine installation folder but I don't know which file to edit. Thank you so much.
PDO::MYSQL_ATTR_SSL_CA => '/home/site/wwwroot/ssl/DigiCertGlobalRootCA.crt.pem', // Update this path to where you've uploaded the cert
PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false, // Only use this for testing!

image025-expressionengine-install

image026-expressionengine-install

image027-expressionengine-install

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,780 questions
{count} votes

Accepted answer
  1. Sirra Sneha 550 Reputation points Microsoft External Staff Moderator
    2025-04-28T06:53:50.5666667+00:00

    Hi @Jamie Soon,

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue :

    A 404 page not found error occurred during the installation of Expression Engine CMS on Azure Web App, despite setting file permissions using Filezilla.

    Solution :

    The issue was resolved by trying a different content management system (Umbraco Cloud), which is Windows-native and often better suited for Azure App Service environments.

    Refer this for installation of Umbraco

    Please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.