搜诶符合你 发表于 2017-12-25 16:08:15

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]
查看完整版本: ubuntu16.04 + ubuntu + apache2 配置apache解析php