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

admin access problems


Go to End


3 Posts   1656 Views

Avatar
Likwit

Community Member, 2 Posts

19 October 2009 at 3:29am

Edited: 19/10/2009 3:42am

hi everyone

i just installed silverstripe cms on my xp machine with no problems.

once i try to access the admin page ex.: http://localhost/mywebsite/Admin, IE informs me that the page could not be found or was removed.

can anyone help me out? do i have to config the _config.php?

NB. the only log in page that i can access is :http://localhost/mywebsite/index.php/Security/login - where i have to input an e-mail address and password.

thanks!

Avatar
Mo

Community Member, 541 Posts

19 October 2009 at 4:25am

Edited: 19/10/2009 4:31am

Are you running this on Apache/WAMP or IIS. Whichever, it sounds like URL rewriting may not be working.

Edit: Sorry, I mean XAMMP not WAMP :)

If you are using Apache, you may not have mod_rewrite installed. As for IIS, I cannot remember the best way to use this, but there are some docs here:

http://doc.silverstripe.org/doku.php?id=installation-on-windows-manual-iis

Hope that helps,

Mo

Avatar
Likwit

Community Member, 2 Posts

19 October 2009 at 10:24am

Thanks for the help Mo.

I decided to run SS on Apache/Xampp and thats solved the problem.

you were probably right, it seems that on the IIS there was a problem on the rewriting.

I will try and find out the correct configuration for the IIS.