
Originally Posted by
mc12345678
If the request made earlier to provide the contents of the .htaccess (without the identification of the admin directory) is what was provided above then one can see that the rewriteengine statement is included. Another area that could be a problem/cause might be in the includes/configure.php file. What are the settings for HTTP_SERVER, HTTPS_SERVER, ENABLE_SSL, DIR_WS_CATALOG, and DIR_WS_HTTPS_CATALOG?
You don't need to provide the actual url (ie could be replaced with
www.mydomain dot com or something if desired), but do need to see the general construct with slashes, etc...
Another question... Do you have an .htaccess file in your onlinestore directory? And before I get pounced, I know the instructions for installing CEON URI Rewriter state to incorporate the provided .htaccess file into the root directory and that the provided information is not to go into the sub-directory in which the store is installed (when a store is installed into a sub-directory). I am also aware that ZC does not require a .htaccess file to be located within the base of the store. It is all of these things though that could also lead to a problem if not properly managed, and so am trying to ascertain the current status.
BTW, I haven't seen that it would be an issue per se, but the RewriteRule, perhaps change it slightly?
Code:
RewriteRule ^(.*)$ /onlinestore/index.php [QSA,L]
By adding the ^( and )$ around the .*?
Bookmarks