X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   DSEFU and Netregistry Rewrite Rules (https://forum.x-cart.com/showthread.php?t=31139)

vixnfox 05-14-2007 12:11 AM

DSEFU and Netregistry Rewrite Rules
 
Netregistry have finally included support for Ioncube, but not, unfortunately for rewrite rules help. Does anyone know how to convert the apache rewrite rules to Zeus server script? I have the Zeus rewrite manual but it may as well be written in Chinese.
eg
Code:

RewriteRule ^(.*)-p-([0-9]*)-c-([0-9]*)-sort-(.*)-sdir-([0-9]*).html$ home.php?cat=$3&page=$2&sort=$4&sort_direction=$5 [L]
is it something like this?
Code:

match URL into $ with ^(.*)-p-([0-9]*)-c-([0-9]*)-sort-(.*)-sdir-([0-9]*).html$
if matched  set URL = home.php?cat=$3&page=$2&sort=$4&sort_direction=$5


any help appreciated

Peter

balinor 05-14-2007 03:01 AM

Re: DSEFU and Netregistry Rewrite Rules
 
Moving to Third Party Add-ons. You should ask John at SafetyNetWeb directly.


All times are GMT -8. The time now is 10:18 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.