Zeus web server and rewrite rules

Hi there,

i am using Zeus web server, and have converted the dolphin .htaccess rewrite rules to Zeus,

but one of them (the most important) is not working, and it is the user profile redirect

Does anyone use ZWS? or know how to correct this rewrite rule?

 

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule .+ - [L]

RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]

 

Thanks for your help,

Hernan.

Quote · 3 May 2014

I would suggest to try something like this:

map path into SCRATCH:path from %{URL}
look for file at %{SCRATCH:path}
if exists then goto END
look for dir at %{SCRATCH:path}
if exists then goto END
match URL into $ with ^/([^/]+)$
set URL = /profile.php?ID=$1

If this doesn't work then you can just disable rewrite rules for profiles:
Dolphin admin panel > Settings > Advanced Settings > Permalinks > Enable Friendly Profile Permalinks

Rules → http://www.boonex.com/terms
Quote · 5 May 2014

I would also suggest finding some Zeus Web server forums and ask there because they will know more about Zeus.  The majority of the people here are Apache with a few of us running Nginx.

Geeks, making the world a better place
Quote · 6 May 2014

Hi,

didnt work, the rules are not recognized by the ZWS rewrite rules converter. (ZWS is old)

but i have disabled the permalinks for the moment.

Thanks for your reply!

Quote · 8 May 2014

Hi geekgirl,

the zeus web server is not longer available, it has been discontinued, so is difficult to find support,

anyway im migrating to other server running nginx, but i will be running for some days dolphin on zeus.

Quote · 8 May 2014

 

Hi geekgirl,

the zeus web server is not longer available, it has been discontinued, so is difficult to find support,

anyway im migrating to other server running nginx, but i will be running for some days dolphin on zeus.

It'd be far easier to simply disable permalinks for now (see AlexT's post) and re-enable them when you're in safer waters.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 9 May 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.