ファイルの保存にのみ使用する専用サーバーCentos6があります。私のファイルはフォルダにありません。/home/public_html/
サーバールートのフォルダにあります/srv/files/
。
どうすればアクティベートできますか。Htaccess
このディレクトリに/srv/files/
?
私は次のようにファイル/etc/httpd/conf/httpd.conf
を設定しています:
<Directory '/srv/arqivos/'>
Options FollowSymLinks Indexes
AllowOverride AuthConfig
Order deny,allow
Deny from all
</Directory>
apacheを再起動しますが、結果は得られません。
誰かが私を助けることができますか?