I deployed my laravel app to the server sub domain and set the document root to point to public, when I entered the url it downloads the index.php file instead of executing, but I am successfully running another laravel application on another sub domain on the same server.
I have tried adding the following code to my .htaccess file to no avail
AddType  application/x-httpd-php         .php
AddType  application/x-httpd-php-source  .phps
 
    