• When using the webflow plugin when it’s deployed on Google Cloud Appengine I get 404 errors caused by URL containing double slashes (“//”). These are handled correctly by most servers, but not by Google’s configuration of nginx.
    The reason for these double slashes are lines 99,100 and 108 in includes/admin/class-webflow-pages-admin.php which concatenate WEBFLOW_PAGES_PLUGIN_DIRECTORY_URL with “/externals…” and “/includes” but since WEBFLOW_PAGES_PLUGIN_DIRECTORY_URL is defined using plugin_dir_url which returns a dir ending in slash, the resulting path contains a double slash.

    Thank you

  • The topic ‘double slashes in urls created by plugin’ is closed to new replies.