I have a working rails app, in its .htaccess I successfully configured a second domain for a rails app (mephisto). Now I changed my mind and I'd just have a static website instead of the second Rails app. I tough I just needed to change the symlink firstApp/public/secondDomain -> secondApp (instead of secondApp/public).
But I get a:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Any suggestions?
Cheers,
Enrico