Welcome Guest, Not a member yet? Register   Sign In
Server not found
#3

1. Edit file
Code:
C:\Windows\System32\drivers\etc\hosts
add code:
Code:
127.0.0.1 testsite.test

2. In XAMPP Control Panel -> click button SHELL. In command line, use cd command to move code directory (ex:c:\xampp\htdocs\testsite)

3. use command:
Code:
php spark serve --host testsite.test --port 80

Note: In file .env and App/Config/App.php use must config base_url is: testsite.test

if OK, open web browser and access: testsite.test
Reply


Messages In This Thread
Server not found - by B.R. - 05-16-2022, 01:26 AM
RE: Server not found - by InsiteFX - 05-17-2022, 12:09 AM
RE: Server not found - by pvt - 05-17-2022, 03:44 AM
RE: Server not found - by B.R. - 05-29-2022, 02:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB