When I try to visit the home page of my WP site I get a 404 error. Is there an easy way to diagnose the cause of this issue? I've tried checking the server logs but they have not seemed to help very much.
When I try to visit the home page of my WP site I get a 404 error. Is there an easy way to diagnose the cause of this issue? I've tried checking the server logs but they have not seemed to help very much.
url to site please?
Can you still log in?
if you can log in and try:
- deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the default theme to rule out any theme-specific problems.
if you can't try:
- switching to the default theme by renaming your current theme's folder in wp-content/themes using FTP or whatever file management application your host provides.
- resetting the plugins folder by using FTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.
http://www.advancedenergy.org/buildings/programs/affordable_housing/TheEnvelope/
I cannot log in. I can access the login page without a problem, but no matter what I enter (valid or invalid credentials), the login page just reloads and does not take me to the admin panel.
At the top of wp-config.php, I have the following lines of code:
define('WP_HOME','http://www.systemvision.org');
define('WP_SITEURL','http://www.systemvision.org/TheEnvelope');
where http://www.systemvision.org fetches data from http://www.advancedenergy.org/buildings/programs/affordable_housing/.
Are these define's correct:
WP_HOME - home is the address you want people to type in their browser to reach your WordPress blog. http://codex.wordpress.org/Editing_wp-config.php#Blog_address_.28URL.29
WP_SITEURL - The value defined is the address where your WordPress core files reside. http://codex.wordpress.org/Editing_wp-config.php#WordPress_address_.28URL.29
Ah! I had them set as the site we redirect to. All is well in the world again. Thank you so much!
you're welcome. Glad you got it resolved
You must log in to post.