21489 Posts in 5783 Topics by 2622 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1091 Views |
-
Zeus server

28 January 2009 at 8:31am Last edited: 29 January 2009 7:07am
Is it possible to run Silverstripe on a Zeus server?
I called the hosting company and they told me to try to create a Zeus rewrite script instead of an .htaccess file but I don't know how to do that or if it's worth even trying.
Any help is appreciated.Thanks
-
Re: Zeus server

20 October 2009 at 7:28am
Hey frank, finally did u get any solution for that ? pls help me if u hav the solution........ I'm in trouble
Thanks in advance
-
Re: Zeus server

16 February 2010 at 4:34am
Hi Guys place the folowing code in a file called rewrite.script and place it in the root directory instead of the .htaccess file.
# rewite script for zeus servers
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
endif# Enjoy Rob
| 1091 Views | ||
|
Page:
1
|
Go to Top |

