I was working in my localhost with laravel 4, but when I migrate to a real work and I try to access to the website firefox return me the following webpage:
<html>
<head>
<meta name="viewport" content="width=device-width; height=device-height;"></meta>
<link rel="stylesheet" href="resource://gre/res/ImageDocument.css"></link>
<link rel="stylesheet" href="resource://gre/res/TopLevelImageDocument.css"></link>
<link rel="stylesheet" href="chrome://global/skin/media/TopLevelImageDocument.css"></link>
<title>
login (Imagen JPEG, 1920 × 1080 píxeles) - Escalad…
</title>
</head>
<body>
<img class="shrinkToFit" width="908" height="511" src="public/login" alt="/public/login"></img>
</body>
</html>
In order to migrate my website I did a tar with laravel files and copy to my server and then untar, and dump my mysql database and upload to the server.
Should I do anything more in order to migrate my website?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community