Hi All, I am having a little bit of trouble with this: RewriteEngine On RewriteRule ^(.*)/(.*)/(.*) map_handle.php?file=$3&username=$1&folder=$2 PHP: But the $1 should stop at the first / and the rest should be in the $2 until the last / where it should be in $3 atm i am getting this: username = test/materials/decals/custom/mani_admin_plugin folder = mani_admin_plugin file = mani_logo.vtf PHP: When I want: username = test folder = materials/decals/custom/mani_admin_plugin file = mani_logo.vtf PHP: Please help
Thanks a lot I have been waiting for someone to reply for 3 days and i couldnt do my website without it.