silentw
silentw

Reputation: 4885

osCommerce url rewrite

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!

Upvotes: 0

Views: 1172

Answers (1)

Justin T.
Justin T.

Reputation: 3701

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 to false.

  • go to module "SEO URLs" and disable the whole module.

Now OsCommerce should use the classic url schema.

Hope this helps!

Upvotes: 1

Related Questions