Welcome Guest | Login

How to disable a Simlink?

I recently tried to make a rails app running but for a unknown reason it went wrong - the only thing displayed at the homepage is "We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly.".

So now I would like to disable the Simlink for the rails app in order to use the previos static php site.
How do I do that?

2008-04-16 12:27 PM

Hi - Check your producation logs  and check if you are getting any errors

>So now I would like to disable the Simlink for the rails app in order to use the previous static php site.

You can just remove you symlink using the command

rm -f public_html

Then you can rename the public_html.backup to public_html  using the command

mv public_html.backup public_html

2008-04-16 03:56 PM

HostingRails Support

Hello Guest! In order to post you must be an active client with us, please log in or sign up.