You'll need to check your error log to see what's keeping the application from running.
laravel 4 on shared hosting
Hey I tried through the tutorial I found online post on a shared hosting laravel but I can not see anything and get a blank page . No error and no explanation .
Is it possible to view the shared application hosting LARAVEL?
.htacses in httpdocs Folder:
'''
index.php in public folder:
'''
require DIR.'/../bootstrap/autoload.php';
$app = require_once DIR.'/../bootstrap/start.php';
'''
access_log:
'''
16/Oct/2014:14:42:57 -0200] "GET / HTTP/1.1" 500 178 "-" "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google favicon" - - [16/Oct/2014:14:42:57 -0200] "GET / HTTP/1.1" 500 178 "http://www.google.com/search" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36" - - [16/Oct/2014:14:45:45 -0200] "GET / HTTP/1.1" 500 178 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36" - - [16/Oct/2014:14:45:46 -0200] "GET /favicon.ico HTTP/1.1" 200 313 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36"
'''
Please or to participate in this conversation.