camillahansen
Member
Posted 2 years ago #
For some reason whenever I attempt to save whatever changes I made on my admin site WP isn't loading the correct URL.
Eg when I made changes in my simple viewer plugin it loaded this:
http://blog/wordpress/wp-admin/options-general.php?page=wp-simpleviewer.php
instead of what it should have been loading:
http://www.camillahansen.com//blog/wordpress/wp-admin/options-general.php?page=wp-simpleviewer.php
So basically whenever I try to make changes (or upload photos) it leaves out http://www.camillahansen.com//
Anyone that knows how to change this?
Thanks!
-Camilla
henkholland
Member
Posted 2 years ago #
Hi,
check your Dashboard/Settings/General where the WordPress address (URL) should be:
http://www.camillahansen.com//blog/wordpress
BUT probably with a single /
so:
http://www.camillahansen.com/blog/wordpress
and the Blog address (URL) should be:
http://www.camillahansen.com/blog
and I always leave out the closing /
This has also to do with the missing images from your theme; they are missing the /wordpress/ in their link. That should be repaired then.
camillahansen
Member
Posted 2 years ago #
I just tried doing that. Now it refuses to let me log in on the admin page.
camillahansen
Member
Posted 2 years ago #
wait, it started working.. Thanks!