Rewrite all url in a subdirectory to a specific page
- by ercoppa
I need an .htaccess placed in example.com/mydir/ that rewrite (without redirect) all url in /mydir/(.*) to /mydir/index.php?var=$1. If an url is to an exist path or file it's not relevant for me (it must be rewrite).
I can't use +FollowSymLinks, but SymLinksIfOwnerMatch.
Thanks.