|
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
Change \"None\" to \"All\" in server configuration file(httpd.conf).
After changing restart your server.
and check if it is still showing the message and also
check if you are able to access app/etc/config.xml from browser.
This is what i have done when i was facing this problem.
Hope same works for you.
|