Hi.
I installed a shopping cart on domain.com/cart.
In order to allow for simplified access, I added an htaccess file to the root folder with just the following line:
DirectoryIndex /cart/index.php
I need to get to the cart's admin folder though without being redirected. Does anyone know of an appropriate additional htaccess parameter for this?
In other words, to allow direct page access to the folder:
domain.com/cart/admin
Thanks.