I have been having much trouble finding a free php host that allows redirect.
even the ones with ads do not allow this. I had found one months ago but it is no longer available.
some hosts allow certain redirects but not others (i.e. redirect works to www.google.com but not www.whatever.com), and most hosts i have found do not allow redirect at all.
does anyone know a free host that allows the usage of this?
PHP Code:
header( 'http://www.anysite.com/anypage.html' ) ;

