Quote:
Originally Posted by Opserty
Have you tried testing it? Because your first PHP Page should work. I don't see why it does not.
Else try changing:
PHP Code:
if(empty($_REQUEST['do']) OR ($_REQUEST['do'] == ''))
To:
PHP Code:
if(empty($_REQUEST['do']) OR ($_REQUEST['do'] == '') OR !isset($_REQUEST['do']))
|
again it does work but i still wanna remove the ?do=main part and just have it as info.php and info.php?do=rules without ?do=main