htaccess rewrite
Jeg har denne htaccess fil:RewriteEngine on
RewriteRule /(.*) /get.php?id=$1
som laver profiles.domain.dk/blah/blah2 om til profiles.domain.dk/get.php?id=blah2
men jeg vil have at
profiles.domain.dk/blah
bliver
profiles.domain.dk/get.php?id=blah
nogen der kan hjælpe?
