Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

SS on Windows 10


Go to End


2 Posts   1734 Views

Avatar
TechnoDino

Community Member, 1 Post

27 August 2015 at 8:55am

Attempting to install on Windows 10 (home), Followed all the steps in the Windows using WAMP 2.5+ document. Using WAMP 5.4.44 (for compatibility with my hosting company). Both Apache and MySQL are running. Installed with Composer using gitbash 64 bit version of Git for Windows). SSinstalled in C:/wamp/www. Everything seems cool. When I try to use the installation home page (localhost/silverstripe) I get a 404 error page with the text: /silverstripe not found on this server.

Any help would be appreciated. Thanks
John

Avatar
helenclarko

Community Member, 166 Posts

28 August 2015 at 1:40pm

Hi TechnoDino,

Sorry, I am not very familiar with WAMP, personally I use XAMPP. I dont believe this will cause to much of a problem however.

You may need to call the install.php file directly through the browser (E.g. localhost/silverstripe/install.php).
Also take a look at your .htacess file, you may need to modify the mod_rewrite for your silverstripe subdirectory.

Something like...

SetEnv HTTP_MOD_REWRITE On
	RewriteEngine On
	RewriteBase '/silverstripe/'

A "/dev/build/?flush=1" wouldnt hurt either.

-helenclarko