dadsofcomedy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Accidentally changed where wordpress thinks it is installedThank you!
Forum: Fixing WordPress
In reply to: Accidentally changed where wordpress thinks it is installedMaybe it just needed time to cache. I appreciate all of your help!
If I can bother you for one more thing. The whole reason I got into this scenario is I was trying to set the site to load the home link when you go to the url. Currently http://dadsofcomedy.com shows a really old page. It was updated to http://dadsofcomedy.com/home-3/ (no clue why the actual page wasn’t updated) I was trying to show that http://dadsofcomedy.com/home-3/ page instead of the old page. Thats what got me into this URL trouble in the first place.
Forum: Fixing WordPress
In reply to: Accidentally changed where wordpress thinks it is installedI was able to view my .htaccess file but am not 100% what I am looking at. I also installed the go-live-update and have installed that, but when I go into plugins in wp-admin it doesnt seem to do anything.
Forum: Fixing WordPress
In reply to: Accidentally changed where wordpress thinks it is installedI think I just got the domain from hostgator there is no control panel when I log in. I have been editing everything in dreamweaver so far and then updating the file via ftp.
Or going into the wp-admin and changing things from there for the magazino theme.
Forum: Fixing WordPress
In reply to: Accidentally changed where wordpress thinks it is installedMaybe a dumb question. How do I check the .htaccess file? It wont let me download or open the file.
Forum: Fixing WordPress
In reply to: Accidentally changed where wordpress thinks it is installedOkay, so i went into the wp-config.php file and added this to the top under “<?php”:
define(‘WP_SITEURL’, ‘http://dadsofcomedy.com’);
define(‘WP_HOME’, ‘http://dadsofcomedy.com’);This got the http://dadsofcomedy.com back up!
The problem now is that all of my secondary pages are still showing up with the internal error message.