You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the plugin is generating a path that is missing the / at the start of the path for the concatenated files. As such, no styles or js load since the generate URL does not exist.
The plugin generates this path:
http://testwp.localhost_minify/.......
whereas there should be a / in front of the _minify like so:
http://testwp.localhost/_minify/.....
Am I missing something super obvious here, or is this a bug?
Details:
WP 4.1.1
Apache 2.4.9 / PHP 5.5.12
The text was updated successfully, but these errors were encountered:
For some reason the plugin is generating a path that is missing the / at the start of the path for the concatenated files. As such, no styles or js load since the generate URL does not exist.
The plugin generates this path:
http://testwp.localhost_minify/.......
whereas there should be a / in front of the _minify like so:
http://testwp.localhost/_minify/.....
Am I missing something super obvious here, or is this a bug?
Details:
WP 4.1.1
Apache 2.4.9 / PHP 5.5.12
The text was updated successfully, but these errors were encountered: