Title: madcaesar's Replies | WordPress.org

---

# madcaesar

  [  ](https://wordpress.org/support/users/madcaesar/)

 *   [Profile](https://wordpress.org/support/users/madcaesar/)
 *   [Topics Started](https://wordpress.org/support/users/madcaesar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/madcaesar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/madcaesar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/madcaesar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/madcaesar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/madcaesar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] iThemes Security Update Fails – 404 errors, 403 errors, forbidden, RSS fail](https://wordpress.org/support/topic/ithemes-security-update-fails-404-errors-403-errors-forbidden-rss-fail/)
 *  [madcaesar](https://wordpress.org/support/users/madcaesar/)
 * (@madcaesar)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/ithemes-security-update-fails-404-errors-403-errors-forbidden-rss-fail/#post-4745498)
 * I’m having the same issues. Massive amounts of 404 not found. I looked at firebug
   and there is a problem in where iThemes Security is looking for files.
 * It’s looking here: [https://www.mydomain.com/C:vhostsmydomain.comwp-contentpluginsbetter-wp-securitymodulesfreefile-change/js/admin-file-change-warning.js?ver=4002](https://www.mydomain.com/C:vhostsmydomain.comwp-contentpluginsbetter-wp-securitymodulesfreefile-change/js/admin-file-change-warning.js?ver=4002)
 * Why is it doing this? Instead of just going to: [https://www.mydomain.com/wp-contentpluginsbetter-wp-securitymodulesfreefile-change/js/admin-file-change-warning.js?ver=4002](https://www.mydomain.com/wp-contentpluginsbetter-wp-securitymodulesfreefile-change/js/admin-file-change-warning.js?ver=4002)
 * It’s adding my root directory as well: **C:pubvhostsmydomain.com** so it’s having
   all kinds of problems.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Preserved HTML Editor Markup] Forcing SSL Breaks Plugin](https://wordpress.org/support/topic/forcing-ssl-breaks-plugin/)
 *  Thread Starter [madcaesar](https://wordpress.org/support/users/madcaesar/)
 * (@madcaesar)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/forcing-ssl-breaks-plugin/#post-4582003)
 * Ok for anyone else running into this issue, I looked through the plugin code 
   and found this line (309):
 *     ```
       wp_enqueue_script('emc2-pm-admin-js', WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__))."admin.js?v=".$cachebuster);
       ```
   
 * Change that line to this:
 * `wp_enqueue_script('emc2-pm-admin-js', plugins_url().'/'.str_replace(basename(
   __FILE__),"",plugin_basename(__FILE__))."admin.js?v=".$cachebuster);`
 * That will fix it. The problem is the use of **WP_PLUGIN_URL**. I hope plugin 
   creator will fix this in his next update.

Viewing 2 replies - 1 through 2 (of 2 total)