Note that there are some explanatory texts on larger screens.

plurals
  1. POCombine a .htaccess for Joomla and Magento
    primarykey
    data
    text
    <p>In the root of my website I built a site with Joomla. In the subfolder \webshop\ I build a site with Magento.</p> <p>I can’t get my .htaccess file right for this. For now the Joomla site works well, and the Magento site also. But I can’t click on for example \Contact us\ in Magento. The link (<a href="http://example.com/webshop/contacts" rel="nofollow noreferrer">http://example.com/webshop/contacts</a>) leads me back to the homepage. But when I edit the link to (<a href="http://example.com/webshop/index.php/contacts" rel="nofollow noreferrer">http://example.com/webshop/index.php/contacts</a>) it works perfectly. So there is something wrong.</p> <p>For clarity, when people go to <a href="http://example.nl" rel="nofollow noreferrer">http://example.nl</a>, they should go to my Joomla site, but when people go to <a href="http://example.nl/webshop" rel="nofollow noreferrer">http://example.nl/webshop</a>, they should go to my webshop. (/webshop is also the location of the Magento folder in my root, of course)</p> <p>I also want to use <a href="http://example.com" rel="nofollow noreferrer">http://example.com</a> and not <a href="http://www.example.com" rel="nofollow noreferrer">http://www.example.com</a>. (Also very important for SSL in Magento, because I have only a SSL certificate for http:// and not for <a href="http://www" rel="nofollow noreferrer">http://www</a>.)</p> <p>I found out that when I use <code>Rewrite base /webshop</code> in the .htaccess, it works perfect, but then the Joomla site doesn't work. I combined the Magento .htaccess with my own. I had to upload it with pastebin, because this site doesn't allow links and WWW. What I've done wrong there?</p> <p><a href="https://pastebin.com/mv5whinq" rel="nofollow noreferrer">Pastebin</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload