Skip to content
Advertisement

Always getting blank page on all Laravel routes

I am always getting blank page while accessing my Laravel project given below. Please advise how this problem can be resolved. Thanks!

http://1.231.118.4:9000/

http://1.231.118.4:9000/admin/login

Apache 2.4 PHP 7.2 MySQL 5.7

phpinfo: http://1.231.118.4:9000/info.php

vhost:

JavaScript

.htaccess:

JavaScript

Advertisement

Answer

In my appProvidersRouteServiceProvider.php file, the routes were serviced on 443 port that’s why I was getting 404 on all routes. Thanks everybody anyways.

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement