Can someone please tell me what the ".$2" is for in:
RewriteRule (.*) /pagemaker.php?url=$1.$2 [NC,L]
This code is supposed to send the requested page filename (var 'url') to a page generator file. Var $1 does this, but with ".$2" at the end, I get results for $url like:
file.htm.
page.html.
doc.php.
There's a trailing period and never a second variable, even if the page requested is:
doc.php?test=1&new=2