Viewing 1 replies (of 1 total)
  • Thread Starter Maxime Jobin

    (@jobinma)

    I checked the code and found the problem in config/paths.php.

    Original:
    define('_ABH_URL_', plugins_url('/', dirname(__FILE__)));

    Modified (strip the slash):
    define('_ABH_URL_', plugins_url('', dirname(__FILE__)));

Viewing 1 replies (of 1 total)

The topic ‘Double slash cause minify problem’ is closed to new replies.