wordpress网站问题与apache virtualhost /不正确的设置?

时间:2018-03-17 04:58:12

标签: wordpress apache debian virtualhost

我在设置虚拟主机设置方面遇到了一些问题,我猜......

我正在使用在freenom(dot)com注册的域名,并将域名重定向到我的私人VPS IP地址 DNS setting

然而,在Firefox中输入网站的网址将显示空白页面,并在chrome apache中显示“它有效!”默认页面

这是“网站可用”中的配置文件内容

virtualhost_conf

<VirtualHost *:80>
    ServerAdmin jaggiemccool@gmail.com
    ServerName eiga4u.ga
    ServerAlias www.eiga4u.ga

    DocumentRoot /var/www/html/wordpress
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

我对wordpress目录位置感到困惑,也许这可能是问题所在? wordpress文件夹位置在

/无功/网络/ HTML / WordPress的 location_screenshot

我更改了wordpress“常规设置”以修改网站网址...删除“/ wordpress”

general settings_screenshot

所以,如果我只输入IP地址,那就有效... 但我无法弄清楚要通过域名

查看网站的内容

我还在中插入了一个index.php文件 在/ var / www / html等 以及wordpress文件夹 的/ var / www / html等/ WordPress的

<?php

define('WP_USE_THEMES', true);

require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
?>

尝试在/ etc

中编辑主机文件
ff02::1     ip6-allnodes
ff02::2     ip6-allrouters

127.0.0.1 localhost.localdomain localhost
127.0.0.1 eiga4u.ga
# Auto-generated hostname. Please do not remove this comment.
this line contains IP address and password
::1     localhost ip6-localhost ip6-loopback

0 个答案:

没有答案