I managed to change this back by using FileZilla, and was able to login to wp-admin again.
How did you do this? Did you do it by one of the methods outlined here: http://codex.wordpress.org/Changing_The_Site_URL
Yes, I used the explanaiton from section 1.2.
I looked up the file functions.php (which I found under wp-contents). There I added two phrases:
update_option(‘siteurl’,’http://example.com/blog’);
update_option(‘home’,’http://example.com/blog’);
Saved it, uploaded it. Logged in on http://mysit.com/wp-admin, went to the settings, checked if the site URL and home URL were set normal again, saved it. Then I removed the above phrases again by FileZilla, uploaded it and logged in again, and than it was working awkward..
try:
– deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems.
– updating your permalinks by choosing the default permalink structure or re-saving your current structure at Settings > Permalinks in your admin panel. WordPress will rebuild the .htaccess file. If WordPress cannot automatically edit the .htaccess file, it will provide manual instructions after saving.
Do you have any cache plugin active?
All my plugins are already deactivated, so I don’t think they are the problem. But wordpress is not working well so I can’t activate them either.
I’m gonna try the other suggestions, thanks 😉
Uhm, maybe stupid question, but how do i set the theme to default? And if this is not causing the problem, how can i set it back again?
try:
– switching to the default theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.
– resetting the plugins folder by using FTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.
– renaming or deleting the .htaccess file by using FTP or whatever file management application your host provides. If you delete it make a backup first.