Can't go to order page or update basket

Rickard

No avatar

2005-08-19 00:50

It matters how I enter my QC 0.3.1 webshop if I can go to order page or not.

If I specify index.php it all works fine, http://shop.com/qc/index.php

But on the other hand if I enter it by http://shop.com/qc/ I cannot go to order page or Update Basket. No problem to add items to the basket though.

The URL on the basket page which works looks like:
http://shop.com/qc/index.php?p=ordersBasket&sOption=add&iProduct=1& ;iQuantity=1

The URL on the basket page which DOESN'T work looks like:
http://shop.com/qc/?p=ordersBasket&sOption=add&iProduct=1&iQuantit y=1

Any other who has experienced this?




wewior (OpenSolution)

Avatar: wewior

2005-08-19 22:44

have sou some rewrite set on your host? ask your serwer admin
maybe it is it

Just A Newbie

No avatar

2005-08-21 23:16

I have this problem too....

need to tell my hosting what to do to fix it...

started another thread about it as well....

Anyone?

Just A Newbie

No avatar

2005-08-31 01:29

Another user Marton came up with this idea...

Put All files in another folder in the directory...ie: http://shop.com/shop

then in the main directory put a index.html with the following

<html>
<head>
<title>Redirecting...</title>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=shop/index.php">
</head>
</html>

Works for me

Rickard

No avatar

2005-08-31 08:13

Thanks Newbie I'll try this, but I'm not so keen on moving the shop to another directory.

Hopefully it will work without moving the shop if I change the URL to:
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">

Back to top
about us | contact