Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

anonymouse703's avatar

The requested URL / was not found on this server.

I don't if it's the right channel.. but If you help then Thanks.

I got an error when I put www.notification.test

Yesterday it was working but when I opened it today the error pop out...

The Error:

The requested URL / was not found on this server. Apache/2.4.27 (Win64) Server at www.notification.test Port 80

I checked everything and it was okay but I can't figured out the error.. I tried the suggestions from google but doesn't work.

Thanks in advanced.

0 likes
12 replies
jlrdw's avatar

Are any url's from your app working? An is there more to error message.

anonymouse703's avatar

@JLRDW - I make a virtual host before so that i will not run php artisan serve when i want to access my local program... It was running yesterday but when I open it this morning (here) it has some error (as mentioned above).

Snapey's avatar

Do you have a virtual host on your apache server that looks for that name?

What folder does it reference as its Document root ?

What do you get from www.notification.test/index.php ?

anonymouse703's avatar

@SNAPEY - Here's my setup in hhtpd.vhosts.conf and I don't use virtual machine...

<VirtualHost *:80>
    DocumentRoot C:/wamp64/www/notification/public
    ServerName www.notification.test
        <Directory "C:/wamp64/www/notification/public">
            Options Indexes FollowSymLinks
            AllowOverride All
            Require local
        </Directory>
</VirtualHost>

When I tried this www.notification.test/index.php ? I still have the error

anonymouse703's avatar

@SNAPEY - I got new observation... even my local host cannot be open...

http://localhost/phpmyadmin/

and I remembered I updated my skype last Friday afternoon... I think the Problem is in my skype and wamp port... but sad to say Skype cannot change the port as of now..

jlrdw's avatar

Maybe you can stop that service and test. I had an issue with .net core iis express And Apache, so if I'm going to use IIs Express I just temporarily disable the Apache service.

Cronix's avatar

Are you restarting the webserver in between these changes to its config?

anonymouse703's avatar

@CRONIX - Yes... even when I hit localhost\phpmyadmin I can't access it.... I think my skype did the conflict...

jlrdw's avatar

If Windows, and if skype is a service, goto services, and stop the service.

I don't use skype, you may need to google it.

If linux, also some googling, sorry.

Please or to participate in this conversation.