[Plugin: http:BL WordPress Plugin] PNG not displayed causing 404
-
You should change
...<a href="http://www.projecthoneypot.org/?rf=28499"><img src="<?php echo get_option("siteurl") . "/wp-content/plugins/httpBL/"; ?>...on line 294 to
...<a href="http://www.projecthoneypot.org/?rf=28499"><img src="<?php echo get_option("siteurl") . "/wp-content/plugins/httpbl/"; ?>...(lowercase “httpbl” after “…plugins/”),
otherwise the image will not be found because the plugin is installed in a directory with a lowercase name. The original request will cause massive 404 errors as I found in my error log.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: http:BL WordPress Plugin] PNG not displayed causing 404’ is closed to new replies.