Can't log in on restored site (transferred from local machine)
-
Hi
I’d appreciate some help!
I’ve restored my site to a new server after developing it on my local machine (with MAMP)
I can see my front page (images and all), but all links still point to localhost:8888 on my machine.
Worse than that – I cannot log in – when I go to https://www.mysite.com/wp-admin it redirects back to my localhost:8888 as well.
I’ve edited wp-config.php to get the database working.I’ve tried installing a fresh .htaccess but this hasn’t solved it.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I’m desperate for help and I can’t find the answer on the forums.
Thanks!
- The topic ‘Can't log in on restored site (transferred from local machine)’ is closed to new replies.