I would like to obtain following behavior using mod_rewrite:
URL: www.mysite.com/map.html ---> page.php?q=map
URL: www.mysite.com/links-list.html ---> page.php?q=links-list
and so on...
Any help on writing right syntax on my .htaccess much appreciated.
Best regards.