How to resolve, sorry nothing found error

Asked By 10 points N/A Posted on -
qa-featured

Hello,

I am developing a test page using WordPress. When I checked it online it shows an error, Sorry, nothing found. I don’t know what is the issue. Please tell me the reasons and its solution. Waiting for a reply from a WordPress expert.

SHARE
Answered By 5 points N/A #181502

How to resolve, sorry nothing found error

qa-featured

 

Hi Eri

I’ve been developing WordPress Websites for over a year now. It is really annoying when there is an error display because debugging codes in CMS are harder. The “Not Found” appears on your website because you’ve changed your WordPress Permalink Structure. You can check your permalink status in the administration panel. Just hover in the “Settings” button and Click the permalink.

The solution for this problem is quite too easy for you. Here are the steps:

  1. Log in to your websites FTP then look for the .htaccess file.
  2. Open the CHMOD settings of your .htaccess file. Its default value is set to 644. Change it to 666.
  3. Open your WordPress admin panel and go again to Settings > Permalinks
  4. Edit the structure of the link to whatever you wanted, and then save it.
  5. Go to the page that occurs the “Not Found” error, and refresh it. You must now have an error free webpage
  6. Lastly, you must go back to your FTP space, then change again your .htaccess file back to 644. It is very important for security purposes.

I hope this helps.

Related Questions