- My .htaccess:
Rewriterule ^(.*?)-(?:.*).html$ ver.php?id=$1 [L] - My URL is like this: http://www.site.com/listado/s.html
- I can’t use
GETto parse pages: `ie: http://www.site.com/listado/s.html?page=2
What am I doing wrong?
How can I fix this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need the
QSAflag, so mod_rewrite will append your query string to the rewrite.