My osCommerce installation is forming the links like this:
http://localhost/payment.php/test/ot_coupon
Instead of this:
http://localhost/payment.php?test=ot_coupon
Is there any option to do this?
Thanks!
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.
Tell osCommerce to disable pretty url. Connect to admin panel, and click on “Configuration” menu.
There, you have 2 options depending of your version :
look for the option called :
Use search-engine safe urls for all site links. This is what you must disabled. Set it tofalse.go to module “SEO URLs” and disable the whole module.
Now OsCommerce should use the classic url schema.
Hope this helps!