Why can't I put something on the end of this URL?
Posted: Fri Nov 14, 2014 6:22 am
I am using this in HTACCESS:
To take this:
[text]/a_alternatives/page/6&id=2108&u=y&altid=KINGPIN[/text]
and action on the variables.
Problem is, it won't do anything at all. The page turns over, and stays on the page number, but doesn't do anything.
The script works on page one, where there is no /page/ in the URL.
Code: Select all
RewriteRule ^a_alternatives/page/([0-9]+) /index.php?page=a_alternatives&pagenum=$1 [L,QSA][text]/a_alternatives/page/6&id=2108&u=y&altid=KINGPIN[/text]
and action on the variables.
Problem is, it won't do anything at all. The page turns over, and stays on the page number, but doesn't do anything.
The script works on page one, where there is no /page/ in the URL.