网站网址仅显示域名,而不显示子页面

时间:2015-06-28 20:24:23

标签: php

当我在_setup()访问我的网站时,我收到了正确的页面。当我单击访问self.backgroundColor = UIColor.redColor() 的链接时,服务器会正​​确加载新页面,但URL栏仍然显示www.example.com。此外,网页不显示< title>在HTML中指定。

这是否与我使用URL框架而不是通过Namecheap进行网址重定向有关?

1 个答案:

答案 0 :(得分:0)

您可能只是将域名与您的网站托管服务商相关联。如果你有一个体面的主机,你应该能够将域名停放在你的cpanel中。如果你告诉我你的主持人,我会给你更多的信息。

NameVirtualHost *:80

<VirtualHost *:80>
    DocumentRoot /www/docs/dummy-host.example.com
    ServerName dummy-host.example.com
    ServerAlias www.dummy-host.example.com
    ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
    CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
</VirtualHost>