美文网首页
apache2目录支持.htaccess文件

apache2目录支持.htaccess文件

作者: xiang17 | 来源:发表于2019-03-24 10:36 被阅读0次
<VirtualHost *:80>
    ServerName xyxblog.com
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html/blog/public

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

<Directory "/var/www/html/blog/public">
        AllowOverride All
</Directory>

</VirtualHost>

相关文章

网友评论

      本文标题:apache2目录支持.htaccess文件

      本文链接:https://www.haomeiwen.com/subject/vqgyvqtx.html