trickyfizzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why has my siteurl changed?Okay…let me illustrate this. This error is because of the wordpress files that I redirected on my server.
This is what i get when i type in “http://www.mysite.com/wp/wp-login.php”
Login PageThis is what I get when I log in using the correct UN and PW:
Error PageThis is from the redirection of the edited “functions.php” file where i failed to change the URL from the example. My question is how do I revert everything to point to “mysite.com/wp” now that it won’t even let me log into WP.
Forum: Fixing WordPress
In reply to: Why has my siteurl changed?that “wp-login.php” is trying to post to “www.example.com/blog” instead of my “mysite.com/wp” where all of my admin and WP files are.
Forum: Fixing WordPress
In reply to: Why has my siteurl changed?Sorry, when I say log into wordpress, I mean logging in to the control panel housed on my site by going to “http://www.mysite.com/wp/wp-login.php”
Forum: Fixing WordPress
In reply to: Why has my siteurl changed?I replaced the old functions.php with a new one. In the new and edited functions.php file, instead of changing the link to “mysite.com/wp” like I need it to, now it’s pointed to “http://www.example.com/blog” because I was blowing through it and didn’t even bother to change the url. So I refreshed it, and it pointed everything there…
Now my WP Log In page is pointed to example.com/blog…and since the PHP files are trying to post to nothing, it’s not letting me log into WP at all.
Forum: Fixing WordPress
In reply to: Why has my siteurl changed?Right. I did that, and it did change the link. The only problem is that i mistyped the new link. Now i can’t even log in to WP to try and correct it again.
Forum: Fixing WordPress
In reply to: Why has my siteurl changed?Well, that worked, however, I typoed in the functions.php file and now i can’t even log into word press because it’s pointing to a different site alltogether…what now?