long time lurker - first time poster!!
it involves .htaccess so of course -
ok - so i am building a site - being all SEO friendly and so on so of course am using the htaccess to turn:
Code: Select all
http://www.mydomain.com/Extra Bit HereCode: Select all
http://www.mydomain.com/page.php?bit=Extra Bit HereAnyway, now I am implementing paging on that, and what i had (pre .htaccess) was that it would go to:
Code: Select all
page.php?bit=Extra Bit Here&page=2again, that was working nicely!!
Ok, now what I would REALLY like to do is to change it so that the page number is not shown in the URL but still, obviously set the variable.
I realise that I can't "invisibly" set the $_GET variables, but is there any way of setting the $_POST variables using just a text link? I guess I could use a form to do this, but would seem a little pointless!!
Maybe there is another route to go down?? I would really rather not have to have:
Code: Select all
http://www.mydomain.com/Extra Bit Here/2Anyway, any help would be gratefully received.
Cheers
The Moose