View Single Post
  #1  
Old 05-14-2007, 12:11 AM
 
vixnfox vixnfox is offline
 

Advanced Member
  
Join Date: Feb 2006
Location: Adelaide, South Australia
Posts: 82
 

Default 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
__________________
V 4.3.1 Live:

Developing on
PHP 5.3.0
MySQL server 5.0.75-community-log
MySQL client 5.1.36
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11
Windows 7 64bit on a Toshiba Satellite P500

ADELAIDE, SOUTH AUSTRALIA
Reply With Quote