you can use this meta tag for redirect page to any url <meta http-equiv="Refresh" content="1;URL=http://www.site.com/"> 1 is redirect second you can use 0 (instantly redirect)
Ok thanks but where exactly do I put it? I mean which page. If I put it in the code for the main index.inc.php it doesn't redirect if someone goes to the other index.php it won't redirect to the main page. What I want is that if someone comes to my website but not on the main home page then they would be forced to instantly redirect to there. Thanks.
Yes I know where in the html. Hmm well it doesn't work anyway. People are going straight to my proxified pages from top sites and I want to redirect to the main page basically.
Can no one help? Maybe I'm not explaining it right. What I want is if someone comes to my site on anything other than www.mydomain.com then I want them to be redirected to www.mydomain.com So if they follow a link that goes to www.mydomain.com/anything then they get automatically redirected to www.mydomain.com
The only thing I can think of is in .htaccess: Redirect temp http://www.mydomain.com/page http://www.mydomain.com/ May not be helpful. Depends on if site is dynamic and how many pages. Sorry I don't know more.