• Resolved jmmunoz14

    (@jmmunoz14)


    I’m using wordpress in an azure app service, i created the following folder hierarchy:

    ├───AzureProject
    ….└─── wordPressProject
    ….└─── index.html
    Because i want the index.html to have the https://mywebsite.com url and the wordpress project to be https://mywebsite.com/wordPressProject

    The wp-config looks like:

    define('WP_HOME', 'https://mywebsite.com/wordPressProject');
    define('WP_SITEURL','https://mywebsite.com/wordPressProject');
    define('WP_CONTENT_URL', 'https://mywebsite.com/wordPressProject/wp-content');

    everything works like normal, except that even if i can see the posts i can’t open them. i get: “The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.”

    what am i missing?

    • This topic was modified 4 years, 3 months ago by jmmunoz14.
    • This topic was modified 4 years, 3 months ago by jmmunoz14.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey!

    So the site is running fine — you can view the site just not the blog posts?

    Do you have access to your Dashboard? I’m assuming yes, since you can change your wp-config.php file. With that said, try updating your permalinks: Go to Dashboard –> Settings –> Permalinks –> Click Save Changes (don’t actually have to change the Permalink structure).

    See if you can then view your blog posts.

    Thread Starter jmmunoz14

    (@jmmunoz14)

    Nevermind, i decided to create the app service again from scratch and for some reason this time it does work, i guess the db was built using a wrong config file, thanks anyway!

    Okay great! Glad it’s working regardless of why.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Installing wordpress in subfolder’ is closed to new replies.