• I have successfully migrated my wordpress site to AWS, the site loads and everything seems to be there. However, when I click on some links on the front end that load up different page-templates I get a 404 error like this: “The requested URL /add-property/ was not found on this server.”

    It seems as though it cannot find them even though they are there in the theme folder, anyone know if I may have missed a something where I need to change the correct server directory structure or something since it is not in home/public_html anymore but in var/www/html on the new server?

    Thanks, going crazy here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    In your apache/httpd config file, add this:

    <Directory /path/to/wherever/you/put/wordpress>
    AllowOverride All
    </Directory>

    then restart apache / httpd

    Thread Starter NF Graphic Design

    (@nf-graphic-design)

    I tried adding to http.conf:

    <Directory /var/www/html>
    AllowOverride All
    </Directory>

    and restarted apache

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Migrated site to AWS, but strange problem’ is closed to new replies.