I had to reinstall a website. After a fresh install, I uploaded all of the modules from a particular date and then imported the sql script from the same date.<br><br>Problem -  I cannot access any pages or the site at all. Calling <a href="http://example.com">example.com</a> redirects immediately to <a href="http://example.com/home">example.com/home</a> that also serves up this error page.<br>

<br>Not Found The requested URL/home was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.<br><br><br><br>Things I have tried<br><br>

I enabled error reporting by writing this into the top portion of index.php, but it does not display any errors.<br><br>error_reporting(E_ALL);<br>ini_set(&#39;display_errors&#39;, TRUE);<br>ini_set(&#39;display_startup_errors&#39;, TRUE);<br>

<br><br><br>I checked my error logs, but it just reports what is occurring.<br><br>[Wed Apr 28 07:04:43 2010] [error] [client 24.252.155.156] File does not exist: /home/drini/public_html/home<br>[Wed Apr 28 07:04:37 2010] [error] [client 24.252.155.156] File does not exist: /home/drini/public_html/home<br>

[Wed Apr 28 07:02:35 2010] [error] [client 24.252.155.156] File does not exist: /home/drini/public_html/home<br>[Wed Apr 28 07:01:37 2010] [error] [client 24.252.155.156] File does not exist: /home/drini/public_html/home<br>

[Wed Apr 28 06:49:33 2010] [error] [client 24.252.155.156] File does not exist: /home/drini/public_html/home<br>[Wed Apr 28 06:49:28 2010] [error] [client 24.252.155.156] File does not exist: /home/drini/public_html/home<br>

<br>Using php.ini EZConfig within my cPanel I did the following actions -<br><br>enabled output buffering<br>checked memory limit 96M<br>checked max_execution_time 30<br>enabled display_errors<br>enabled display_startup_errors<br>

enabled log_errors<br><br>I cleared the cache table.<br><br>I disabled unused modules in the system table.<br><br>I rebuilt permissions using a script<br><br>I visited #drupal-support and got this advice -<br>see what the front page currently is? SELECT * FROM variable WHERE name=&#39;site_frontpage&#39;;<br>

And I got this result - s:4:&quot;node&quot;;<br>which I do not know how to interpret.<br><br>This is my general server information -<br>Operating system - Linux<br>Service Status     Click to View<br>Kernel version - 2.6.33.1<br>

Machine Type - i686<br>Apache version - 2.2.11<br>PERL version - 5.8.8<br>Path to PERL - /usr/bin/perl<br>Path to sendmail - /usr/sbin/sendmail<br>PHP version - 5.2.9<br>MySQL version - 5.1.30<br>cPanel Build - 11.25.0-STABLE 44718<br>

<br>I am really at a loss as to how to solve this problem. Any help will be greatly appreciated.<br>