[Rails] Re: Forbidden error on rails app with Passenger and Apache
Correcting one syntax error:
<Directory /home/vincent/Documents/vincentApp/public/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
No second forward slash - apologies.
--
Posted via http://www.ruby-forum.com/.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home