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