Title: jacauc's Replies | WordPress.org

---

# jacauc

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cerber Security, Anti-spam & Malware Scan] Cloudflare and Reverse Proxy](https://wordpress.org/support/topic/cloudflare-and-reverse-proxy/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/cloudflare-and-reverse-proxy/#post-16016897)
 * Think I may have fixed it… not sure if this is the right way, but I guess it 
   does the job
 * added the below into my wordpress config file:
 * `define('CERBER_IP_KEY', 'HTTP_CF_CONNECTING_IP' );`
    -  This reply was modified 3 years, 8 months ago by [jacauc](https://wordpress.org/support/users/jacauc/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cerber Security, Anti-spam & Malware Scan] Cloudflare and Reverse Proxy](https://wordpress.org/support/topic/cloudflare-and-reverse-proxy/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/cloudflare-and-reverse-proxy/#post-16016343)
 * I’m unable to configure as proposed in the link you supplied because my IP is
   dynamic.
    I’ve tried adding the two lines into the nginx config, but then cerber
   detects all my traffic as originating from 0.0.0.0
 * Any ideas?
 * Thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Help… Checkout page Ajax reloads page and clears values](https://wordpress.org/support/topic/help-checkout-page-ajax-reloads-page-and-clears-values/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/help-checkout-page-ajax-reloads-page-and-clears-values/#post-11805632)
 * I had a look at the xhr tab of chrome on that page and it also looks perfectly
   fine.
 * I’d like to get support from someone who can tell me where to look, instead of
   the usual disable all themes and plugins response. Regardless of disabling, it
   still puts me back at square one because all my themes and plugins are essential.
 * Any suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Woocommerce Checkout Page infinite reload with Wp-Statistics](https://wordpress.org/support/topic/woocommerce-checkout-page-infinite-reload-with-wp-statistics/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-checkout-page-infinite-reload-with-wp-statistics/#post-11204353)
 * I have disabled and deleted this plugin as it causes me to lose customers, which
   I obviously cannot afford.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Woocommerce Checkout Page infinite reload with Wp-Statistics](https://wordpress.org/support/topic/woocommerce-checkout-page-infinite-reload-with-wp-statistics/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-checkout-page-infinite-reload-with-wp-statistics/#post-11119894)
 * For troubleshooting purposes, all caching is disabled on the site at present.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/page/2/#post-10153966)
 * >  I think you misunderstood. The filter there changes the URL used for AMP. 
   > If you look at the page source now for [https://www.latitude31.travel/tours/40-day-tour/](https://www.latitude31.travel/tours/40-day-tour/)
   > you can see it is now showing:
   > <link rel=”amphtml” href=”[https://www.latitude31.travel/tours/40-day-tour/?amp”&gt](https://www.latitude31.travel/tours/40-day-tour/?amp”&gt);
   > This is the URL that Google Search and other AMP consumers will be using to
   > discover your AMP content. So they will now successfully be able to index it.
   > So this code is not intended to get the /amp/ URL format to work but rather
   > to switch the URL format to ?amp, which by the way, is used all the time for
   > pages anyway. For more on that, see [https://wordpress.org/support/topic/0-6-0-not-working-for-pages/#post-9903766](https://wordpress.org/support/topic/0-6-0-not-working-for-pages/#post-9903766)
 * Ah that makes sense now! Thanks for the help, this is perfect
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/page/2/#post-10148859)
 * I’ve added this and refreshed permalinks, but it had no effect I’m afraid.
    It
   still gives me 404 pages for any URL ending with /amp
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/page/2/#post-10146471)
 * I found one single page where /amp works, for everything else only /?amp works
   
   [https://www.latitude31.travel/faq/what-is-the-currency-exchange-rate-between-my-currency-and-yours-and-where-can-i-go-to-check-the-latest-rates/amp/](https://www.latitude31.travel/faq/what-is-the-currency-exchange-rate-between-my-currency-and-yours-and-where-can-i-go-to-check-the-latest-rates/amp/)
 * No idea what makes this page unique either. It’s just one of many FAQ items
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/page/2/#post-10144325)
 * Hi [@westonruter](https://wordpress.org/support/users/westonruter/),
 * That is not my domain. My website is at [https://latitude31.travel](https://latitude31.travel)
 * [https://www.latitude31.travel/tours/40-day-tour/?amp](https://www.latitude31.travel/tours/40-day-tour/?amp)
   
   works fine…
 * yet
    [https://www.latitude31.travel/tours/40-day-tour/amp](https://www.latitude31.travel/tours/40-day-tour/amp)
   gives me a 404 page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/#post-10140478)
 * [@westonruter](https://wordpress.org/support/users/westonruter/)
 * I have tried to disable all other plugins to test, but still no luck. Any idea
   where I can start to troubleshoot?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/#post-10139491)
 * [@westonruter](https://wordpress.org/support/users/westonruter/)
    Have you seen
   the issue I described before? All my /?amp pages are fine, but not /amp Is this
   something that I can fix with htaccess?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/#post-10139351)
 * doesn’t seem like quite the same issue, as my /?amp pages all work, while /amp
   pages does not work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] ?amp pages work, but not /amp/ pages](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/)
 *  Thread Starter [jacauc](https://wordpress.org/support/users/jacauc/)
 * (@jacauc)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/amp-pages-work-but-not-amp-pages/#post-10139078)
 * Oh, I forgot to mention that… I have done that probably 50 times already. No 
   change in behaviour

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