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.

Archive /

Our old forums are still available as a read-only archive.

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

filepath of server showing in all links adress


Go to End


2 Posts   1553 Views

Avatar
SpeakingFx

Community Member, 2 Posts

13 April 2008 at 8:59pm

Hi,

There seems to be problems installing silverstripe on the biggest french hosting (OVH).

No theme is showing, and the filepath is added to the links: nevertheless, the text is OK.

Last problem, impossible to login.

Can someone tell me where I can change the "base" variable of SilverStripe ? because it seems to be badly done by the install script.

Thanks for your help.

François

Avatar
SpeakingFx

Community Member, 2 Posts

13 April 2008 at 9:29pm

Thanks to simon_w on irc:

add this line, to mysite>_config.php or /and tutorial>_config.php.

Director::setBaseURL("http://www.yourdomain.com");

It should now work.

enjoy.