Odd URL formation with plugin
-
When I activate the https plugin, my external urls all have an extra underscore in them, I have no idea why.
href=”https://codenvy-stg.com/_/wp-content/themes/codenvy/css/featherlight.min.css”
it needs to be:
href=”https://codenvy-stg.com/wp-content/themes/codenvy/css/featherlight.min.css”This happens for all external urls, including the admin css files.
The topic ‘Odd URL formation with plugin’ is closed to new replies.