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