search

Home  >  Q&A  >  body text

Submit the form, the jump is unsuccessful, 404. Do you want to ask where the configuration error is? Beginners using PhpStorm without configuration

http://localhost/Projects/welcome.php
The requested URL /Projects/welcome.php was not found on this server. Apache/2.4.23 (Win64) PHP/7.0.10 Server at localhost Port 80 This is probably the page display



400°眼镜的沙子400°眼镜的沙子1924 days ago1047

reply all(2)I'll reply

  • 王林

    王林2019-08-24 11:34:59

    Find the httpd-vhosts.conf file in Apache (under the path C:\wamp64\bin\apache\apache2.4.23\conf\extra)# Virtual Hosts

    # <VirtualHost *:80>

    ServerName localhost

    DocumentRoot c:/wamp64/www

    <Directory "c:/wamp64/www/">

    Options Indexes Includes FollowSymLinks MultiViews

    AllowOverride All

    Require local

    </Directory>

    </VirtualHost>

    #Change port 80 to 8080 and restart Apache



    reply
    2
  • 400°眼镜的沙子

    received, thank you

    400°眼镜的沙子 · 2019-08-24 11:47:57
  • Cancelreply