Tony S.
Member
Posted 2 years ago #
Hi,
I hope you are doing well today.
Without me making any changes to my blog settings at all I am now getting A "HTTP 500 Error Page" for both my admin login url and my index.php. "http://internetbusinessreviewblog.sasonlinebusinesssuccess.com".php I have checked the blog data base with the cPanel db check an it says everything is ok. Can any one help me figure this out?
Any and all help will be greatly appreciated. :-)
Thank you
Tony S.
bungeebones
Member
Posted 2 years ago #
Hi Tony,
I've been studying the mod rewrite and htaccess methods of wordpress and get those when I have the wrong setting in a htaccess file.
Perhaps renaming the current .htaccess in the folder (directory) that wordpress is installed in will get you back in. If so, go to the permalink page and redo the permalink to what you had before.
Now, i'm new at this so back up everything from your site's admin first
Tony S.
Member
Posted 2 years ago #
Hi bungeebones,
Thank you very much for your response. I know very little about this area myself but will look into what you suggest. I will post the results here.
Thank You,
Tony s.
Tony S.
Member
Posted 2 years ago #
I looked in my WP blog directory and I could not find a .htaccess. Can someone help?
Thank You,
Tony S.
Tony S.
Member
Posted 2 years ago #
The thing is my WP blog has been running god for 2 to three months now. All of a sudden I get HTTP 500 errors on both my admin login and blog index.php. I have made no changes to my blog at all. I checked the blog data base .i the cPanel php admin and it seems that my db is fine. Can any one give me some ideas on what i can do to resolve this problem?
Thanks You,
Tony S.
Tony S.
Member
Posted 2 years ago #
Can I please Get some help with this?
Rafael Poveda - RaveN
Member
Posted 2 years ago #
Usually it is a problem of your hosting (bad connection).
• Have you talked with them about the problem? Maybe they have some issue at the moment.
• Look in your wp-config.php too and check your databease connection.
• If you still have problems with .htaccess, go to Options -> Permalinks in your admin zone (if you can) and change the permalinks. It will create an .htaccess file for you.
Tony S.
Member
Posted 2 years ago #
Thank You very much bi0xid for your response. :-)
I took your advice and checked my wp-config.php, everything seems to be in order there. I have ased for help from my web host techs, I have not heard any thing as of yet.
If it were a web host problem would'nt my other wesites in the "public_html"? All of my other sites seem to be working fine.
Thank you again,
Tony S.
Tony S.
Member
Posted 2 years ago #
Can Anyone else Give Me Some Ideas On What The Problem May Be?
Thank You,
Tony S.
Rafael Poveda - RaveN
Member
Posted 2 years ago #
Usually, it's a plugin. Rename a moment the plugin directory and try to enter.
henkholland
Member
Posted 2 years ago #
1. Get Filezilla and upload the wp files in the root but not wp-config.php.
2. Re-upload wp-admin and wp-includes
3. Check the index.php in the root.
Should contain this:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>