• Dear All, I did have the latest WordPress Database installed on my Unlimited 123 Reg account. The website domain is https://www.glowstamrecords.co.uk.

    Yet when I visit this domain it goes to a different page saying welcome to 123 reg. When I place /blog after it, it shows up my website details but all in html. The website did work before with my theme I installed with wordpress which is called Pendulum by Rascals. https://themeforest.net/item/pendulum-premium-wordpress-theme/113557

    It use to look like this until some crazy happend and all of a sudden I can’t log-in my wordpress, I can not visit my wordpress database admin account, I can not view the layout and the domain is totally messed up. I was wondering if it was the .htaccess file, so I deleted the old one and created a new one with the code:

    RewriteEngine on

    <IfModule mod_rewrite.c>
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    …..but still nothing has happend. Can someone please help me?

  • The topic ‘404 not found, website has gone to html and i cant login wordpress’ is closed to new replies.