Not working on WPEngine
-
The solution given here doesn’t seem to work anymore. *
*
if ($request_uri ~ ‘\?action=koko_analytics’) {
set $is_trusted 1;
}We tried to change it to
if ($request_uri ~ ‘\?action=koko_analytics_collect’) {
set $is_trusted 1;
}
but that didn’t work either.We have moved the pageviews.php to the root since WP Engine doesn’t support php files in wp-content. So the path to pageviews.php in koko-analytics-collect.php
was changed to /nas/content/live/[CUSTOMER]/pageviews.php
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Not working on WPEngine’ is closed to new replies.