I am quite new to PHP and just getting started with mod_rewrite. I know the basic lingo but come stuck when I want to simply refer to the route directoryi.e. this is not probs\[quote\] RewriteRule ^settings/$ settings.php [QSA,L]\[/quote\]But how to for example make:\[quote\] RewriteRule ^page/(.*)$ index.php?Page=$1 [QSA,L]\[/quote\]which generates /page/[page-name]Just become/[page-name]?