by (200 points)
I have installed 2.1.0 with Ecommerce on a WHM/cPanel VPS hosted by Net Logistics.
I can confirm the tables in MYSQL exist.
Install directory has been deleted.
I contacted my Host provider and they confirmed that the httpd.conf says;

     Checking, we found that the module "mod_rewrite" is "On" and "AllowOverride" is set to "All".

     For your reference,
     --------------------------
     < Directory "/" >
         Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes SymLinksIfOwnerMatch
         AllowOverride All

Here is my .htaccess file

     RewriteEngine On
     RewriteCond %{REQUEST_FILENAME} -s [OR]
     RewriteCond %{REQUEST_FILENAME} -l [OR]
     RewriteCond %{REQUEST_FILENAME} -d
     RewriteRule ^.*$ - [NC,L]
     RewriteRule ^.*$ index.php [NC,L]

The URL is:   www.derwentparkautos.com.au/go

Any help appreciated, thanks

Michael

1 Answer

by (2.9k points)
He Logic Link!
Thanks for detailed question. But we still need more information from you.
Please do the following:
#1. Add an error.log file in the toaster root directory
#2. Add these two line to your .htaccess after RewriteEngine On
  php_flag log_errors on
  php_value error_log /path/to/your/toaster/root/error.log
#3. Save it and refresh a page.
Now look in the error.log and send us all its content.
asked Aug 8, 2013 by (200 points) Cannot get /go to work continued
...