What webserver? It looks like it isn't passing the file through php and you are just getting the raw php file as text instead of it being processed.
lagbox said:
What webserver? It looks like it isn't passing the file through php and you are just getting the raw php file as text instead of it being processed.
Apache
Looks like you may not have some of the required Apache Modules enabled, like php5.
Also, be sure you have a MIME Type setup to interpret .php as application/x-httpd-php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community