If i have a mod rewrite code as following:
RewriteRule ^/(\w+)/?$ index.php?id=$1
I’m new to mod-rewrites and i was wondering if a user enters a clean url instead of a unclean, e.g.
into browser rather than
http://example.com/index.php?id=1000
will i still be able to request the $_GET[] variable of 1000?
Thanks everyone.
Try this: