17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2776 Views |
-
Installation under XAMPP in WindowsXP env

17 September 2008 at 11:01pm
Hi,
I'm trying to install SilverStripe in the above environment but no avail. I have enabled mod_rewrite in httpd.conf.The installation setup gives me an OK for mod_rewrite, but when I proceed with the installation, rewritetest.php tells me that
Warning: file_get_contents(http://silverstripe:8181\/InstallerTest/testrewrite) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in c:\xampp\htdocs\silverstripe\rewritetest.php on line 47
Warning: file_get_contents(http://silverstripe:8181\/InstallerTest/testrewrite) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in c:\xampp\htdocs\silverstripe\rewritetest.php on line 47
mod_rewrite doesn't appear to be working. Make sure:* mod_rewrite is enabled in your httpd.conf
* AllowOverride is enabled for the current path.When I force installation to proceed, I ended up in an error 500 page.
Can anybody help?
-
Re: Installation under XAMPP in WindowsXP env

18 September 2008 at 12:04am
Ive had a similar problem before. If you force installation to continue, and then open up your .htaccess file, you may see this:
RewriteBase \
change it to
RewriteBase /
-
Re: Installation under XAMPP in WindowsXP env

18 September 2008 at 1:26pm
Thanks for the response ajshort! Your solution works
| 2776 Views | ||
|
Page:
1
|
Go to Top |


