Het gaat om: http://www.ledstrip-specialist.nl
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
Als je een product toevoegd en vervolgens "iets" anders gaat doen op je site wordt je winkelwagen geleegd.
Ik gok op een sessie/cookie issue als ik het zo bekijk.
Daarnaast vindt ik je template erd druk en "springerig", elke keer als ik ergens op klik springt je site omlaag en weer omhoog.
Te veel iconen, plaatsjes en wat al niet meer.
Als klant zou ik er gek van worden.
Ik zou een specialist, bv. OCyvon2, naar je template laten kijken, dat kan namelijk veel beter.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Echter heeft het winkelwagen een grotere prioriteit. Ik vermoed ook iets met een sessie. Waar zou ik dit kunnen controleren?
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
http://www.ledstripcenter.nl en
http://www.slimmeledlamp.nl
Ik zag toevallig in mijn mailbox dat mijn hosting van php server is geupgrade:
Webhosting & reseller klanten: Bereid u voor op de upgrade naar PHP 5.3 en PHP 5.4!
Het is zover, alle webhosting en reseller hosting servers stappen definitief over naar PHP 5.3 en PHP 5.4.
Ik weet niet of dit de oorzaak kan zijn. Ik heb in deze shops namelijk niks gewijzigd.
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
Lijkt er op dat ze gaan updaten, maar vraag het even na.kemmiemilan wrote:Ik merk dat de problemen nu ook spelen op mijn andere shops:
http://www.ledstripcenter.nl en
http://www.slimmeledlamp.nl
Ik zag toevallig in mijn mailbox dat mijn hosting van php server is geupgrade:
Webhosting & reseller klanten: Bereid u voor op de upgrade naar PHP 5.3 en PHP 5.4!
Het is zover, alle webhosting en reseller hosting servers stappen definitief over naar PHP 5.3 en PHP 5.4.
Ik weet niet of dit de oorzaak kan zijn. Ik heb in deze shops namelijk niks gewijzigd.
Overigens hoef je niet te updaten.
Welke versie van OpenCart gebruik je?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
2 shops zijn versie 1.5.2.1 en 1 shop is 1.5.5.1. Problemen spelen bij alle 3 de shops.
Ik heb default template geprobeerd, maar het probleem blijft zich voordoen.
Ik heb scripts uit vqmod uitgezet, maar dat helpt ook niet.
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Code: Select all
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.
# 2. In your opencart directory rename htaccess.txt to .htaccess.
# For any support issues please visit: http://www.opencart.com
Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
Order deny,allow
Deny from all
</FilesMatch>
# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP_HOST} ^www\.ledstrip-specialist\.nl [NC]
RewriteRule (.*) http://ledstrip-specialist.nl/$1 [R=301,L]
### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.
# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off
# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off
# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M
# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M
# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200
# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
Code: Select all
RewriteEngine on
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?ledstrip-specialist.nl/.*$ [NC]
Code: Select all
RewriteEngine on
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?ledstrip-specialist.nl/.*$ [NC]
Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
Order deny,allow
Deny from all
</FilesMatch>
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Maar bij 1 shop, helpt het uitzetten van seo url ook niet.
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
de url rewrite in de .htaccess staan op de verkeerde plaats.
pas de config.php in de root en admin aan, zodat de url naar de winkel verwijst naar: http://www.ledstrip-specialist.nl/
gebruik daarna eens deze .htaccess
Code: Select all
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.
# 2. In your opencart directory rename htaccess.txt to .htaccess.
# For any support issues please visit: http://www.opencart.com
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ http://www.ledstrip-specialist.nl/$1 [R=301,L]
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
Order deny,allow
Deny from all
</FilesMatch>
# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.
# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off
# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off
# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M
# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M
# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200
# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200
# 7. disable open_basedir limitations
# php_admin_value open_basedir none
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Als ik die htaccess gebruik dan krijg ik een loop:victorj wrote:De config files van de winkel verijzen naar : http://ledstrip-specialist.nl/
de url rewrite in de .htaccess staan op de verkeerde plaats.
pas de config.php in de root en admin aan, zodat de url naar de winkel verwijst naar: http://www.ledstrip-specialist.nl/
gebruik daarna eens deze .htaccess
nu zorgd de .htaccess er eerst voor dat alle bezoekers naar www. worden gestuurd, daarna worden de seo urls toegepast, deze 2 rewrites kun je nooit door elkaar heenhalen maar moeten apart gedefinieerd worden.Code: Select all
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ http://www.ledstrip-specialist.nl/$1 [R=301,L] # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "\.(tpl|ini|log)"> Order deny,allow Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign in front of it. ### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that. # 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off # 2. If your cart has magic quotes enabled, This may work to disable it: # php_flag magic_quotes_gpc Off # 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try # php_value upload_max_filesize 999M # 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value post_max_size 999M # 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_execution_time 200 # 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_input_time 200 # 7. disable open_basedir limitations # php_admin_value open_basedir none
Deze webpagina bevat een omleidingslus
De webpagina op http://www.ledstrip-specialist.nl/ heeft geleid tot te veel omleidingen. Dit probleem wordt mogelijk opgelost als u uw cookies voor deze site wist of cookies van derden toestaat. Zo niet, dan is het mogelijk een probleem met de serverconfiguratie en niet een probleem met de computer.
Hier zijn enkele suggesties:
Laad deze webpagina later opnieuw.
Meer informatie over dit probleem.
Fout 310 (net::ERR_TOO_MANY_REDIRECTS): Er zijn te veel omleidingen
Doorsturen naar www. heb ik er pas aan toegevoegd, dus ik niet dat dat de oorzaak is.
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Ja dit had ik ook aangepast. Ik ga vanavond de boel verhuizen naar een dedicated server, kijken of dat wat uit maakt.victorj wrote:heb je wel je config.php aangepast naar www, anders blijft de webite gaan van www naar niet www naar www enz
http://www.ledstrip-specialist.nl http://www.ledstripcenter.nl
http://www.slimmeledlamp.nlhttp://www.ledspotspecialist.nl
http://www.leddownlightwinkel.nlhttp://www.ledpaneelwinkel.nl
Users browsing this forum: No registered users and 2 guests