Forum Moderators: coopster
if($_GET['page'] == "new") {
include("new.php");
} else {
print $content;
}
my default page is set to index.php?page=new
but in case someone enter the url index.php i need to redirect them to my default page...
tried redirect using .htaccess but the one i know doesn't load up right too...
apparently there is some problem in recognising '?',
i tried to include my default page content into the index.php, but some thing just doesn't load up right...
please help me....
please...
and thank you in advance...
i'm a noob in this field...