List of endpoints like domain.com/?wc-ajax=… etc
-
Hello world!
I would like to ask devs – where I can find full list of endpoints for ajax requests like domain.com/?wc-ajax=… where url is exactly homepage
I’m struggling with .htaccess rewrite rules to rewrite only homepage and I need to check query params like this:
—
RewriteCond %{QUERY_STRING} !wc-ajax
RewriteRule ^$ /index_custom.html [NC,L]
—Can I be safe if I check only wc-ajax substring? Or I need to add something else?
Thanks a lot,
Ragnar
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘List of endpoints like domain.com/?wc-ajax=… etc’ is closed to new replies.