When opening the homepage of the site, it displays NOT FOUND.
益伦
益伦 2017-09-24 17:40:40
0
5
5365

Completely follow the video operation, the homepage of the site cannot be opened

The display is as follows

2.png

The configuration is as follows

1.png3.png


益伦
益伦

reply all(5)
王勃

If there is no problem with the installation, try another browser.

赵军

What you entered: ytogo.cc/install/install.php is the background installation file, which only needs to be executed once.

  • reply After I generate the homepage and enter ytogo.cc, what happens when the page ytogo.cc/install/install.php is automatically redirected? The page in phpstudy is also ytogo.cc. I don’t know why?
    益伦 author 2017-09-25 16:31:55
  • reply I found that every time I updated the cache and generated the home page, the install file in the root directory disappeared, but the domain name still could not be opened.
    益伦 author 2017-09-25 16:41:36
Day

The opened request link address is wrong, it should be http://ytogo.cc/PHPCMS/index.php

  • reply http://www.phpcms.com/install/install.php The link to open on the homepage is this. But there is no file under install. How to modify this link?
    然辰 author 2017-10-23 23:43:42
  • reply How to modify the link address that opens the home page?
    然辰 author 2017-10-23 23:44:21
xunbaoba

Configuration issue

顾明

Is it possible that it is a problem with the host file or domain name configuration

  • reply The hosts configuration is as follows: 127.0.0.1 www.ytogo.cc 127.0.0.1ytogo.cc The vhosts-ini configuration is as follows: <VirtualHost *:80> DocumentRoot "F:PhpStudyPHPTutorialWWWPHPCMS" ServerName www.ytogo.cc ServerAlias ​​ytogo.cc <Directory "F:PhpStudyPHPTutorialWWWPHPCMS"> Options FollowSymLinks ExecCGI AllowOverride All Order allow,deny Allow from all Require all granted </Directory> </VirtualHost> Currently using the ytogo.cc domain name prompt Not Found Home page information can be displayed normally using www.ytogo.cc What's the problem?
    益伦 author 2017-09-24 22:50:55
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template