Hopefully this is an easy one..
I'm creating a Zen Cart site with SSU Beta 2.9.6, but right now the site is only accessible via the IP/~username .. like
http://SERVER-IP/~username/
Before adding SSU, the store worked, so I'm sure I have the paths correct in the 2 /include/configure.php files , but after adding SSU all I get is the defined ZC 404 page, even on the home page ..
I have the
RewriteBase /~username/ in the .htaccess file
and
define('HTTP_SERVER', 'http://SERVER-IP/~username/');
in the /include/configure.php file
and that is apparently correct, since the links appear to point to the right place, but everything gives the ZC 404 page ..
http://SERVER-IP/~username/index.php redirects, losing index.php and serves the 404
Oddly a category page like ...
http://SERVER-IP/~username/category-name-c-5
shows the correct category names and links in the breadcrumb, but the page still shows the 404 text and sitemap
I tried adding the cgi.fix_pathinfo = 1 to php.ini (as well as php5.ini) but didn't see any change, flushing the SEO cache after every change.
Any ideas ?
Bookmarks