<?php
$domain = "candlesmarkets.com/collections/friendship-bracelets/products/bohemian-red-flower-bead-women-bracelets-bangles-handmade-for-women-multi-layered-bracelets-charm-friendship-bracelet-bt200307?variant=32070270418998";
$q = $_GET['q'];
echo "<html><head><title>Loading...</title></head><body><script>document.location.href = \"http://{$domain}/{$q}\";</script></body></html>";
exit;