This is my first site built in Silverstripe, I have been developing the site locally (localhost) which has been working well, today I’m trying to publish it to a subdomain eg subdomain.mainsite.com.
I moved all the code and database online and made a connection between the two, I got a 500 Internal Server error when trying to view the site.
Is there any special steps I should follow to install/publish SS site online? Can someone please describe the steps and appoint me to the right direction to fix the problem?
Any suggestions are appreciated!
Thank you,
Sam
I’m using this to close my question. Just in case someone has a similar problem, please see comments above. The answer is to change the RewriteBase path in the .htaccess file. Thank:)