美文网首页程序员
ubuntu下配置网址

ubuntu下配置网址

作者: 我在太行山下 | 来源:发表于2015-11-23 11:20 被阅读0次

    ubuntu和windows不同,没有httpd.conf这个文件。那么它的配置是在哪里呢。

    apache2配置文件最主要有两个,etc/apache2文件夹下面。一个是apache2.conf,另一个在子文件夹site-available下面,000-default.conf。

    配置时只需修改000-default。conf文件即可。

    修改默认网页:

    修改/etc/apache2/mods-available/dir.conf中的内容

    原来是:

    DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm

    添加上想要的/wordpress就行啦。

    DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm /wordpress

    相关文章

      网友评论

        本文标题:ubuntu下配置网址

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