これはUbuntu12.04デスクトップセットアップです。
私の仮想ホストには次のものがあります:
anjanesh @ desktop:/ etc / apache2 / sites-available $ cat domain
<VirtualHost *:80>
ServerName local.domain.com
DocumentRoot /home/anjanesh/vhosts/domain/
<Directory /home/anjanesh/vhosts/domain>
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
AllowOverrideはAllに設定されています。
しかし、私の.htaccess(local.domain.com)には何も機能しません。どうしてか分かりません。
- ローカルホストの.htaccessは機能します。(http:// locahost / anjanesh)
- / home / anjanesh / vhostsは、実際には/ home / anjanesh / Dropbox/vhostsへのシンボリックリンクです。仮想ホストファイルに適切なパス(Dropbox)を指定しても、効果はありません。
他に有効にするものはありますか?