• Hi there,

    I’m attempting to get the plugin up and running on my Laravel Valet environment.

    I’ve set the “UBP_SITEURL” to the live site in wp_config. I’ve also set “UBP_IS_LOCAL” to true.

    I’ve also added the remote IP via the filter in my themes functions file for testing but images are still loading (not loading, 404ing) from the dev site.

    The production site is on WPEngine. Do you have any ideas as to what could be preventing the plugin from at least triggering the loading of images from the remote server?

Viewing 1 replies (of 1 total)
  • Plugin Author Paul Clark

    (@pdclark)

    First guess would be the 404 template:

    Plugin works by hooking into the WordPress 404 template, then overriding with download action and redirect. After first, run, file exists, so 404 shouldn’t hit.

    If .htaccess / permalinks aren’t configured, 404 will be a generic host 404, rather than WordPress 404. This will cause it to not work.

    If the 404 page is cached (e.g., WPEngine, Nginx, whatever), that could also cause the script to not run.

    Adding a random URL parameter to the end of the URL may override host caching. e.g., ?123

Viewing 1 replies (of 1 total)
  • The topic ‘Not able to get the plugin working’ is closed to new replies.