
Originally Posted by
swguy
OK here's the fix:
- in includes/configure.php, use DIR_WS_CATALOG for the folder name. Don't append the folder name to HTTP_SERVER.
- in .htaccess, you want these changes vs what's recommended in admin:
# At the top:
Options +FollowSymLinks -MultiViews
DirectoryIndex index.php
RewriteEngine On
RewriteBase /mysite/
# At the bottom:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+) index.php [QSA,L]
PLUS you need MC's suggestion about prepending /yourstore to the uris in the table ceon_uri_mappings