Can’t access URL redirect
-
I can’t for the life of me manage to get back to my existing website!
It’s on mysite/WP3 and my new site is on mysite/WP, but when I did a redirect to /WP everything went haywire (database error, nothing visible client-side, etc.)
Now I’ve tried to undo the redirect but it was impossible to open admin as the redirects were apparently circular and I had an error message saying it was impossible to complete. (The /WP version uses a separate database).I’ve reset admin access by adding
define('WP_HOME', 'https://www.mysite.com'); define('WP_SITEURL', 'https://www.mysite.com');
near the top of wp-config.php.
That gives me access to my dashboard & my site displays with correct layoout but without any of the media or images, and in admin, the WordPress URL / Site URL fields are greyed out so I can’t fix them.
I’ve tried changing the addresses in the database [ options>siteurl & options>home ] but the result is worse (text on the site is haphazard, no access to admin)
What other options have I got? How can I get access to WordPress URL / Site URL fields in admin? What I want is
WordPress Address (URL) – mysite.com/WP3
Site Address (URL) – mysite.com(Maybe then I can try again to upload & redirect to my new site [mysite.com/WP]).
- The topic ‘Can’t access URL redirect’ is closed to new replies.