Page 1 of 1

mod_rewrite and $_GET

Posted: Fri Jan 07, 2011 7:09 pm
by spedula
If I used mod_rewrite to change the URL mysite.com/index.php?page=home to be mysite.com/home can I still use $_GET['page'] in my index.php?

Re: mod_rewrite and $_GET

Posted: Sat Jan 08, 2011 3:19 am
by Benjamin
Yes you can.