I have the following .htaccess:
RewriteEngine on RewriteRule ^([^/]*)/([^/]*)/? index.php?page=$1&args=$2 [L] Rewri