初めて投稿させて頂きました。大浦と申します。
この度、symfony1.4で開発されたwebシステムの機能追加の案件に従事する事になりました。
symfony1.4の開発環境を作成しているのですが、うまくいきません。
こちらサイトを参考し、symfonyのプロジェクトを作成し、
symfonyプロジェクト内のindex.htmlにアクセスすると403エラーが発生します。
パーミッションは755、logフォルダ、catcheフォルダは777
オーナーとグループはapacheにしてあります。
色々と調べたのですが、分からず途方にくれております。
よろしくお願い致します。
[エラー]
Forbidden
You don't have permission to access /index.php/ on this server.
[アクセスURL]
[プロジェクトパス]
[http.confに追記分の設定]
# This is the configuration for your project
DocumentRoot "/home/cosme/devWork/web"
DirectoryIndex index.php
<Directory "/home/cosme/devWork/web">
AllowOverride All
Allow from All
</Directory>
Alias /sf /home/cosme/devWork/lib/vendor/symfony/data/web/sf
<Directory "/home/cosme/devWork/lib/vendor/symfony/data/web/sf">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
[開発環境]
CentOS6.2(Vmware上にて)
PHP 5.5.38