boeing747fp
02-21-2010, 08:22 PM
RewriteRule ^([a-zA-Z0-9_-]+)\/?$ showuser.php?username=$1
how do i make this exclude certain folders? for example, right now anything after the .com/ in the URL will process as showuser.php and i need to exclude /blog and /admin from that
how do i make this exclude certain folders? for example, right now anything after the .com/ in the URL will process as showuser.php and i need to exclude /blog and /admin from that