Mod Rewrite rule to Zeus Server rule (Codeigniter) Mod Rewrite rule to Zeus Server rule (Codeigniter) codeigniter codeigniter

Mod Rewrite rule to Zeus Server rule (Codeigniter)


Figured it out - the following works nicely for me:

map path into SCRATCH:DOCROOT from /set SCRATCH:ORIG_URL = %{URL}set SCRATCH:REQUEST_URI = %{URL}look for file at %{SCRATCH:DOCROOT}%{SCRATCH:REQUEST_URI}if not exists then look for dir at %{SCRATCH:REQUEST_URI}%{SCRATCH:REQUEST_URI}if not exists then set URL = /index.php%{SCRATCH:REQUEST_URI}