First step, use .htaccess file to redirect all request to a single php script. Next step, Write that php script using the following pre-defined variable
PHP Code:
$_SERVER['REQUEST_URI']
you can find explanation of that variable here
Last edited by dman_2007; 12-14-2007 at 01:19 AM..
|