Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Automatic Redirect without headers
jjbutler88 wrote: You could either echo a JS redirect or a meta redirect.
Yeah I suppose I never thought about a javascript redirect. I thought about doing a META redirect but I was wondering if there was any other way.
xzebrax wrote: What JJButler said.
<script>window.location="meatspin.com";</script>
Yeah, Im really that stupid¬_¬
However thanks guys.
you can always use htaccess ( Redirect /index.php http://google.com/), but I think that using meta tags would be much easier…