4576 Posts in 1387 Topics by 1377 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 181 Views |
-
Installing on a Zues server

20 September 2012 at 6:36pm
I notice that Zeus HTTP server is incompatible with Apache's mod_rewrite.
Is there any way to install SilverStripe on Zues? Anyone had any experience with this?
We were expecting to move to Netregistry for our hosting but this is a HUGE show stopper.
-
Re: Installing on a Zues server

26 September 2012 at 11:28am
Thanks to the guys at SilverStripe Melbourne (Owen you are the man) we sort of worked it out. The Mod Rewrite on these servers is completely different and due to Netregistry's policies you need to submit the rewrite rule to them for inclusion.
match URL into $ with ^/.*\.(gif|jpg|png|css|js).*$
if not matched
match URL into $ with ^/(.*)$
if matched
look for file at $1
if not exists
# Set the default page to be displayed if the URL is not a file or resource
set URL = /sapphire/main.php?url=$1
goto END
endif
endif
endifThe frustrating issue I had was the lack of service from the provider (NetRegistry) which resulted in me going through hoops on this only to find out that the Cloud Hosting account wasn't even running on Zues as initially reported but on Litespeed (which had no problem with the standard modrewite schema).
Not a hosting product I would recommend, to the point of making me re-evaluate our hosting needs.
| 181 Views | ||
|
Page:
1
|
Go to Top |

