Skip to main content

The requested URL / was not found on this server

Comments

7 comments

  • cPanelMichael
    Hello, Can you try uploading a test HTML page (e.g. 1234.html) to the document root of the website? Then, access that test page directly from your web browser and see if it loads. If it does, then it suggests you have some custom Mod_Rewrite rules in your .htaccess file that are redirecting access requests to a location that does not exist. Thank you.
    0
  • Tobiloba Oyediran
    Hello, Can you try uploading a test HTML page (e.g. 1234.html) to the document root of the website? Then, access that test page directly from your web browser and see if it loads. If it does, then it suggests you have some custom Mod_Rewrite rules in your .htaccess file that are redirecting access requests to a location that does not exist. Thank you.

    I am experiencing the same issue after I unsuspended an account. I did I did what you suggested, but the issue is still the same.
    0
  • cPanelMichael
    I am experiencing the same issue after I unsuspended an account. I did I did what you suggested, but the issue is still the same.

    Hello, Can you confirm that you have root access to the server? Have you tried clearing your browser cache? If so, could you let us know the contents of the .htaccess file in the document root of this website? Thank you.
    0
  • Tobiloba Oyediran
    Yes I have root access. Cleared browser cache Content of .htaccess below # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the "ea-php56" package as the default "PHP" programming language. AddType application/x-httpd-ea-php56 .php .php5 .phtml # php -- END cPanel-generated handler, do not edit
    0
  • cPanelMichael
    Hello, Can you confirm if temporarily moving the .htaccess file out of the way allows the website to begin loading well again? Also, can you verify the domain name itself resolves to the correct IP address from your workstation? Thank you.
    0
  • Tobiloba Oyediran
    I was able to fix the issue by rebuilding Apache. I have also noticed that it takes a while before accounts come alive after unsuspension. The error shows up for some time ranging from half an hour to almost a whole day before the site comes back online. " The requested URL / was not found on this server " I don't make any changes, I simply have to wait whatever time it takes. This has been happening since the beginning of the year. What is the fix for this?
    0
  • cPanelMichael
    I have also noticed that it takes a while before accounts come alive after unsuspension. The error shows up for some time ranging from half an hour to almost a whole day before the site comes back online.

    Hello @Tobiloba Oyediran, Please post the output from the following commands so we can better diagnose the issue: cat /usr/local/cpanel/version cat /var/cpanel/envtype
    Also, can you let us know of any specific output to /usr/local/cpanel/logs/error_log when suspending and unsuspending an account? Thank you.
    0

Please sign in to leave a comment.