[Plugin: Author hReview] 403 errors due to double slashes
-
One of my site security rules seems to be blocking URLs with two slashes in a row. The plugin was pointing to /wp-content/plugins/author-hreview//style/admin_style.css?ver=3.4 and getting a 403 each time. I changed the following line and removed the preceding slash to fix the issue:
wp_enqueue_style (‘arwp_review_style’, $thesisreviewspost_plugin_url.”style/admin_style.css”);
- The topic ‘[Plugin: Author hReview] 403 errors due to double slashes’ is closed to new replies.