Hello. I have two shops at the same server, the two shops are running with Magento under a Bitnami installation.
The urls with /magento like www.myshop.com/magento works fine, but I want to remove /magento from the url. When I remove it, the pages under https doesn´t work,
Server Rewrite is active. The index path is /opt/bitnami/apps/magento/htdocs The configuration of .htcaccess is :
RewriteBase /magento/
The configuration of magento.conf is :
RewriteEngine On RewriteRule ^/$ / [PT]
¿What can I do? Thanks.