Loading...

Knowledge Base

Powered By Network Solutions: 500 Internal Server Error

Internal Server Error: The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred and anything you might have done that may have caused the error.

A few different things can cause this annoying error. In most cases, this is not a problem with the server itself and can be resolved by modifying something in your site's configuration.
 

Begin troubleshooting by finding out what is causing the error:

  1. Log in to your Account Manager via https://www.networksolutions.com/my-account/login.
  2. On the left side of the page, click Hosting.
  • If you only have one hosting package, you will be taken directly to the Hosting control panel.
  • If you have multiple hosting packages, you will need to select a package name and then click the MANAGE button to access the Hosting control panel.

Manage Hosting
 

  1. In your hosting control panel, click Scripting Config and select Manage Server Side Includes & CGI.

Manage Server Side Includes & CGI
 

  1. View the error log link.

View Error Log

Note: When looking through the error logs, each error begins with the Year|Month|Date|Time that the error occurred. It is then followed by the URL and the specific error.

The path to a theme, plugin, or functions file may be listed if you have a WordPress site. If it is a specific theme or plugin, it can be deactivated. Then, reload your site to see if the error is resolved.

If the Error Log doesn't provide any indication of the issue, you may try troubleshooting by following the suggestions listed below:

Bad Permissions, Writeable by Group

To troubleshoot this error, check your file permissions.

  1. Click File Manager on the left side of the hosting control panel.

File Manager
 

  1. Select the folder for Web Root (public_html).
  2. Tick the box beside Name.
  3. In the upper right corner, click More.

More Actions button
 

  1. Click on Change Permissions.
    • Review the numbers listed in the Permissions box.
    • Directories and folders should be set to 755.
    • Executable scripts within the cgi-bin folder must be set to 755.
    • Images, media, and text files like HTML should be set to 644.

 

Bad .htaccess, Invalid Command

Sometimes, the .htaccess file isn't visible when initially pulling up File Manager. Follow the steps below to access the .htaccess file.

  1. In the File Manager, click on Settings.

Settings button
 

  1. Toggle on the Show System Files option.

Show System Files
 

  1. Locate the .htaccess file and rename it.
  2. Create a new .htaccess file using the code below and upload it in File Manager.

# BEGIN WordPress<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress

 

Disable Plugins

Check the pointers and disable the plugins.

  1. Click Pointers & Subdomains on the left side of the hosting control panel. The page should show you where the domain points to.

Pointers and Subdomains
 

  1. Go to the File Manager.

File Manager
 

  1. Open the directory where your domain is pointing to.
  2. Open the wp-content folder.
  3. Rename the plugins folder to _plugins, hit save, and then rename it back to plugins. Doing this will disable all plugins.
     
    • If the error logs indicate a specific plugin to be causing the issue, then open the plugin folder and rename it, causing it to deactivate.

      Example: Rename Jetpack to _jetpack, then back to Jetpack to deactivate.
  1. Clear the browser's cache and check your site. If disabling plugins doesn't fix the site, it may have something to do with their theme.
Did you find this article helpful?

 
* Your feedback is too short

Loading...