error messages on site AND wordpress log in
-
Hi,
I’m having some serious issues since I transferred wordpress to my root directory.
I can’t log in to wordpress and my site is down. I’ve spent the better part of the weekend trying to fix the problem. After spending hours on forums (here and elsewhere) I made a few changes to fix the problem. However, I’m new at this (only started building the site about 10 days ago), so I need help.
Here is what I did:
I added code to two .htaccess files since they were empty and after doing some research, I thought that might be the problem. I see the file is now named dd.htaccess (which my host – Ragesw – changed last night while trying to troubleshoot) not sure what that means, but the error message is now different when I try to log on to wordpress.
I also changed:
the last line at the bottom of this page:
/public_html/Annie_hearts/blog/index.php
to:
require(‘wp-blog-header.php’);and public_html/Annie_hearts/blog/wp-config.php
where I changed:
define (‘WPLANG’, ”);
define(‘WP_HOME’,’https://anniehearts.com/blog/’);
define(‘WP_SITEURL’,’https://anniehearts.com/blog/’);The wp-config.php page now says (which my host – Ragesw – changed last night while trying to troubleshoot):
define (‘WPLANG’, ”);
define(‘WP_HOME’,’https://anniehearts.com/Annie_hearts/blog/’);
define(‘WP_SITEURL’,’https://anniehearts.com/Annie_hearts/blog/’);Is it possible the problem is here?: /public_html/Annie_hearts/index.html
where the code says:
<?xml version=”1.0″ encoding=”UTF-8″?><!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”><html xmlns=”https://www.w3.org/1999/xhtml”><head><title></title><meta http-equiv=”refresh” content=”0;url= no_more_iweb.html” /></head><body></body></html>(I changed my iweb home page to “no_more_iweb.html” when I closed my iweb site.)
iweb site used to be: anniehearts.com
wordpress used to be: anniehearts.com/blog
wordpress blog is now at anniehearts.comAny help is greatly appreciated.
Annie
- The topic ‘error messages on site AND wordpress log in’ is closed to new replies.