17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2098 Views |
-
Install procedure & XAMPP

5 February 2007 at 1:47pm
Just been tracking SilverStripe development for the last few months and noted that it requires mod_rewrite to be enabled as part of the installation.
Whilst this may be good for server rollouts as Apache dependence is a good thing, it does upset my local development environment as XAMPP running mod_rewrite, with SilverStripe and about two dozen other CMSes on the same base does tend to throw a few hiccups.
Dev specs:
XAMPP 1.55 for WintelIs there any way that SilverStripe can be installed without dependence on mod_rewrite ?
-
Re: Install procedure & XAMPP

5 February 2007 at 2:16pm
Another way to run it is to set your ErrorDocument to sapphire/main.php. It's a bit of a hack, but it works on Lighttpd at least.
For example
ErrorDocument 404 /base/url/sapphire/main.phpIt can be a little slower, because any 404s for images/scripts/css/etc will be passed through the sapphire run-time.
Let me know how you get on.
| 2098 Views | ||
|
Page:
1
|
Go to Top |


