Issues after changing site url
-
I know what I did but there is no “undo” button for it…
WP is installed on a NetSol hosting account in a folder named WordPress. I changed the site URL to mydomain.com and then decided to go ahead and change the WP url. Mistake…
I changed line 17 on index.php from
require(‘./wp-blog-header.php’); to
require(‘./WordPress/wp-blog-header.php’);The pages/post will open but no images. Obviously there is a path that needs to be edited to point to the /WordPress directory, but I can’t find it. I’ve looked in the theme functions but am not sure where else to look. Any ideas?
It is a custom design that I had converted to a theme.
callawayblue.comAdditionally, I can no longer access WP admin. I have read how to fix that but the fix it involves accessing the database tables which I do not have access to at this time. My client has someone else who handles setting up domain names, email, hosting, etc. and he didn’t give me anything but ftp and wp access – this issue will wait until tomorrow unless there is a way to fix it without MySql access?
The topic ‘Issues after changing site url’ is closed to new replies.