I need the following help:
Force homepage index.php to redirect to index.php?page=xx
How?
I need the following help:
Force homepage index.php to redirect to index.php?page=xx
How?
You could use this to redirect the users to the page you wish:
/* Redirect browser */
header("Location: http://theos.in/");