View Issue Details

IDProjectCategoryView StatusLast Update
0000732OXID eShop (all versions)4.09. SEO, SEO URLpublic2012-12-10 13:35
Reporterandreas_ziethen Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Summary0000732: Shop start page always deliveres a 404-header if parameters are added for tracking
DescriptionYou can easily reproduce that on oxid demo shop:
Install Live Headers Plugin for firefox (or any other tool to track the http-headers). Then call start page of the shop:
http://demoshop.oxid-esales.com/professional-edition/

Look at the headers - they should be okay.

Now do the same thing with the following URL:
http://demoshop.oxid-esales.com/professional-edition/?bla=foo

Now you will find, that the first response of the shop is a 404 Not Found header. This is extremly bad because:

If shop owners use Google adwords combined with e. g. Econda Tracking they have to define landing pages for the several adword campaigns. Usually you put some parameters to the URL of the landing page to be able to track the traffic correctly. So if you define an adwords campaign which has the shop start page as its landing page you would normaly do something like this as landing page URL:

http://www.myshop.de/?adword=google/mycampaign/mykeyword/

But this is NOT accepted by Google because Google claims that the landing page URL does not exist - because of the 404-header.

In my opinion this has to be changed very quickly because otherwise shop-owners are not able to define adword campaigns for their start page.
Additional InformationHere the header of the oxid demo shop:
-----------------------
http://demoshop.oxid-esales.com/professional-edition/?bla=foo

GET /professional-edition/?bla=foo HTTP/1.1
Host: demoshop.oxid-esales.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: emos_jcvid=ab*mJwAAAR_ghVjBAg2FH9JURd3jCOJD:7:LZLyJAAAASDf_D4tzQ7COvwv6WPLDvIy:1237715186212:0; emos_jcsid=LZLyJAAAASDf_D4tzQ7COvwv6WPLDvIy:2:LZMDmAAAASAHNAsnGwnxKuu6rZVKjbT4:1237715190680; sid=4a3cd5e9c08571273269f6db6b2ee811; sid_key=oxid

HTTP/1.x 404 Not Found
Date: Sun, 22 Mar 2009 09:46:50 GMT
Server: Apache
X-Powered-By: PHP/5.2.8
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: sid=4a3cd5e9c08571273269f6db6b2ee811; path=/
Vary: User-Agent,Accept-Encoding
Content-Encoding: gzip
Content-Length: 8312
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html
-------------------------------
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

duplicate of 0000692 resolvedarvydas_vapsva IE7 with ICQ Toolbar User's aren't able to order something 

Activities

dainius.bigelis

2009-03-23 10:31

reporter   ~0000607

Duplicate of 0000692.
Please check the notes of 0000692 entry, for the problem and implemented solution.