wilsoncreek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Really messed up this timeI’ve done this several times and still have some crazy stuff going on. I can log in via my Seamonkey browser and the links are correct. But logging in via Firefox (even using shift/reload) I still have the wrong links. Also same with Internet Explorer.
Is there a way to reset that I’m missing??
Forum: Fixing WordPress
In reply to: Really messed up this timeOK I’ve taken this out in both place, btw I only did one place at a time. Tried in the config.php file and it seemed to work. Tried to set my front page to a static page in Settings-Reading Then went to Permalinks and changed from “default” to “Post Name” I’ve since changed it back to “default” https://wilsoncreekoutfitters.com/blog/?p=123
Could this be my trouble now????
Thanks again for any assistance.
Forum: Fixing WordPress
In reply to: Really messed up this timeWell I just thought it was working. I am able to get to my dashboard now but can not access any of my posts or pages?? Gives me a problem loading page error “Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”
I’ve two methods….
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);in config.php and
2. Add these two lines to the file, immediately after the initial “<?php” line.
update_option(‘siteurl’,’https://example.com/blog’);
update_option(‘home’,’https://example.com/blog’);in Theme’s function.php file
Something I’m missing here?? BTW I also removed this code from my function.php file after I had access to the dashboard per instructions.
Forum: Fixing WordPress
In reply to: Really messed up this timeThanks so much govpatel!!! Back up and running correctly now. Again thanks for your help.
Forum: Fixing WordPress
In reply to: Really messed up this timeI really have some issues going on here. I can not access my dashboard, can not approve or disapprove replies etc.
Should I start looking at recreating my blog??
Forum: Fixing WordPress
In reply to: Really messed up this timeI had also removed the word blog from the URL fields and copied index.php and config file to my root directory. Was able to get them both moved back but still not working.