• Resolved janDoo

    (@jandoo)


    Hey.

    I’m facing a Error 404 after duplicating a WordPress installation from localhost to a webserver. On localhost everything works fine.

    I searched the web for any similar problems someone might have had. Unfortunatly I couldn’t find a solution for my specific problem.

    I also read the FAQ but nothing seems to work for me.

    FAQ

    – The number one issue is usually a misconfigured wp-config.php file
    couldn’t find anything unusual
    – A misconfigured .htaccess or functions.php file
    created blank .htaccess, did the permalink thing again, did not change anything in functions.php
    – A redirect plugin you may have installed
    don’t use one
    – Inside an html file via a meta refresh tag or a JavaScript redirect
    nope
    – Some cpanels allow for redirects.
    neither
    – Follow these steps for fixing perma links.
    did that like 5 times
    – See “View Install Report” on the final step of the installer for clues to items that may have not been processed completely
    everything is fine
    – Try to remove your .htaccess file and start with a fresh one
    done

    Also I used a redirect checker tool with this result:

    >>> http://myurl.tld/wordpress/

    > ——————————————–
    > 404 Not Found
    > ——————————————–

    Status: 404 Not Found
    Code: 404
    Date: Fri, 11 Mar 2016 14:56:36 GMT
    Server: Apache
    X-Powered-By: PHP/5.4.45
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Cache-Control: no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Link: <http://myurl.tld/wordpress/wp-json/&gt;; rel=”https://api.w.org/&#8221;
    Connection: close
    Content-Type: text/html; charset=UTF-8

    I used Duplicator several times now. Also on this WordPress site. First time with problems now.

    Would appreciate any help.

    https://wordpress.org/plugins/duplicator/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @jandoo,

    Yikes that is definitely a 404. The only other think I can think of is to start issuing php die() statements inside the application, starting in the index.php file. There may also be something at the web server level possibly redirecting… Have you contacted your host to see if they can trace it?

    Cheers~

    Thread Starter janDoo

    (@jandoo)

    I solved it.

    Turns out I accidently ticked a table to be not included in the migration. Plus I had to fix the index.php of the theme. I don’t even know why it wasn’t working. I just replaced it for test purposes with an older version and it worked.

    All in all kinda embarrassing this careless mistakes 😀
    …should definitly catch up on some sleep…

    Hope I didn’t steal to much of your time 😉

    Thank you anyway.

    Keep up the good work! 🙂

    No Worries… Thanks for the Update!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error 404 – steps from FAQ don't help’ is closed to new replies.