• missgreenteabag

    (@missgreenteabag)


    I was developing the Blog on a sub-domain and on the admin I changed the URL to the domain and now the layout is all changed and I cannot access the admin anymore, showing Error 404: File not Found. Any ideia of what I should do to restore it? Thanks.

Viewing 1 replies (of 1 total)
  • Shane G.

    (@shane-g-1)

    Hi,

    Refer this article:

    https://codex.www.ads-software.com/Changing_The_Site_URL

    After that reset your permalink from wordpress admin area and add this code in htaccess of your blog/site:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

Viewing 1 replies (of 1 total)
  • The topic ‘Error 404: File Not Found, please help’ is closed to new replies.