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.
Are any url's from your app working? An is there more to error message.
@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).
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 ?
@JLRDW - just like that error when you tried to hit that route.
@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
@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..
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.
Are you restarting the webserver in between these changes to its config?
@JLRDW - How to disable that sir?
@CRONIX - Yes... even when I hit localhost\phpmyadmin I can't access it.... I think my skype did the conflict...
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 sign in or create an account to participate in this conversation.