How should my .htaccess file look like if I want the following conditions to be met:
if page requested is /webcam/* then actually show /show.php and if page requested is /tag/* then actually show /tag.php
when searching on google for this, i only found how to meet one condition, but not two together.
Thanks,