I\'m trying to do clean URLs by exploding $_SERVER[\'REQUEST_URI\'] and then switching between the results.
$_SERVER[\'REQUEST_URI\']
However, once a user goes outside inde
inde
You can use Apache's mod_rewrite to map URLs based on regular expressions, including sending everything to index.php,
index.php