I’m trying to redirect users inside my webpage. Unfortunately, it seems some methods of redirecting can get all your accounts suspended “due to abuse” . I’d like to know what’s the safe go-to method for redirecting.
The “bad” way of redirecting witch got me suspended (using html meta-tags): <meta http-equiv="refresh" content="0; url=somefile.html">
Is, for example, redirecting with PHP or JS safe? (example below)
I’m not really sure if that’s really the reason why your site is suspended because of abuse. Have you created a support ticket and asked the reason why your account got suspended? If not then please do so, so you will know the exact reason of your suspension.
Those three would be safe, I don’t see why your “redirection” is the cause of your suspension.
Yes I’ve made a support ticket. Here’s the answer I got.
all your free accounts / websites have been suspended by our free servers automated system abuse filter detectors, which are linked to your other free account redirection content: this is not allowed here. epiz_26121515/htdocs/index.html
The index file consisted of the meta-tag mentioned above. Now all my websites are running (with the index file deleted) but I would still like to redirect people, and I don’t want to get my accounts suspended again!
I really didn’t know you could get suspended because of that actually, I also used an HTML meta tag redirection here on InfinityFree but I didn’t get suspended for it.
Well if that’s the case then, I’m not really sure whether using PHP or JS to redirect your user is good but you might want to try it out.
Is this the full explanation they gave to you or is there like an additional stuff attached?
Well this is really the first time I encounter this. So maybe you might want to try using an alternative way of redirecting user like don’t auto redirect them to a page, let them click a button letting them know if you want to redirect them? I’m not sure.
Yeah what I can conclude with my limited knowledge is that the “meta tag redirection” redirects to a destination which is against the Terms of Service. But really not sure.