Quote:
Originally Posted by Opserty
It should just work because this peice of code:
PHP Code:
if(empty($_REQUEST['do']) OR ($_REQUEST['do'] == ''))
{
$_REQUEST['do'] = 'main';
}
Will automatically set it so that it thinks it was using "?do=main". Have you tried just browsing to info.php on its own?
I don't see why it would not work.
|
it works but i don?t want the do=main part there.
Quote:
Originally Posted by Boofo
The rules part of the file is dead then isn't it?
|
i never tried that but it works when i use the first code anyway.