ubuntu16.04 + ubuntu + apache2 配置apache解析php
<Directory /home/menco/workplace> # RewriteEngine on# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule . index.php
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
页:
[1]