Skip to content

Instantly share code, notes, and snippets.

View birender's full-sized avatar
🇮🇳
Focusing

Birender Singh Rana birender

🇮🇳
Focusing
View GitHub Profile
@birender
birender / htaccess-ab-test
Created July 17, 2019 11:33 — forked from iconifyit/htaccess-ab-test
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 ^tracking$ https://yourdomain.com/test-page/%1 [cookie=ab_test_vers:true:yourdomain.com,L]