Forum Moderators: phranque
[example.com...]
I have a rewrite rule like such,
RewriteRule ^page/([0-9]+)/([0-9]+)?$ /page.php?var1=$1&var2=$2 [L]
Is there anyway using the GET method to make the url on the next page appear like this,
[example.com...]
I haven't tried using javascript but I don't want to anyway.
Any ideas?
Jim