This is driving me insane!
Is there a rewrite condition I can use in htaccess file to make sure images always load from the images folder and do not have the article name added?
I found a link which might solve the problem. Here's the link: https://forum.joomla.org/viewtopic.php?t=298582
Modify inlcudes/application.php at row 108, from this:
Code: Select all
$document->setBase(JURI::current());
to this:
Code: Select all
$document->setBase(JURI::base()) ;