Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

VM links don't work, VM linky nefunguju
(1 viewing) (1) Guest
Support forum for customers who have purchased paid JoomSEF extension. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: VM links don't work, VM linky nefunguju

VM links don't work, VM linky nefunguju 13 years ago #21261

Dobry den,

Na našej stranke mame nasledovný problem.
Pri platbe za tovar nám dava takýto url link
www.backpack.sk/elektronicky-obchod/cart...ate_id=free_shipping|backpack.sk|Baln%C3%A9+a+doprava+zdarma|0|1&payment_method_id=2&checkout_stage=4

s týmto linkom nám nezbehne objednávka

Ak nastavime v Artiu z JoomSEF extension na JoomSEF basic rewriting tak nam objednávka prebehne ale uz nemáme pekné linky. ale len v takomto tvare shop-product-details/flypage-tpl/342/56

Co Musime nastavit aby nám to fungovalo s daným pluginom?

Rady vo FAQ nám nepomohli.

Po zakupeni 2 dni to islo v pohode ale zrazu to nejde a nevieme preco.

Verzia Joomly je 1.5.22 a verza VM je 1.1.7a, Artio je 3.8.1 a VM plugin pre artio 2.0.34

Náš Htaccess vyzera takto:

DirectoryIndex index.php
RewriteEngine On
RewriteBase /


########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|\.xls|\.doc|\.jpeg|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

Dakujem za pomoc.
The topic has been locked.

Re: VM links don't work, VM linky nefunguju 12 years, 10 months ago #22646

  • jaku
Dobrý den,
nevím proč se ve vašem případě proměnné předávají přes metodu GET. Obvykle je to min. ve VirtueMartu vždy přes POST.

Domnívám se tedy, že problém může být tam, popř. v nějaké úpravě, která byla v kódu provedena.
The topic has been locked.
  • Page:
  • 1
User Login Empty