Skip to content

Instantly share code, notes, and snippets.

View birender's full-sized avatar
🇮🇳
Focusing

Birender Singh Rana birender

🇮🇳
Focusing
View GitHub Profile
@iconifyit
iconifyit / htaccess-ab-test
Last active February 10, 2023 03:09
A/B Testing with htaccess
# ############################### #
# A/B TESTING (START) #
# ############################### #
# (1) Check if our cookie is already set.
# If so, redirect to the previously-viewed page.
RewriteCond %{HTTP_COOKIE} ab_test_vers=([^;]+)
RewriteRule ^THE-PAGE-BEING-TESTED$ HTTP://YOUR-DOMAIN.COM/tracking/%1 [cookie=ab_test_vers_match:true:YOUR-DOMAIN.COM,L]