Então, o que estou tentando fazer é redirecionar meu domínio para um número aleatório. ex:
http://127.0.0.1/$random
, alguém sabe como fazer isso? a string que estou usando para redirecionar (este é o meu index.html):
<html>
<head>
<title>Redirecting</title>
<meta http-equiv="refresh" content=".01; URL=http://(WEBSITE_URL)/?(RANDOM_NUMBER)">
<meta name="keywords" content="automatic redirection">
</head>
<body>
</body>
</html>