i am running a working website build with laravel on yoursport-potsdam.de.
Now i have changed a lot in the last months and want to test my new code on a subdomain dev.yoursport-potsdam.de, so i can update my production after that.
i just uploaded everything but i am just getting a blank page without any errors. i have set the permission to 777 but i cant get it to work. i hope someone can help me. On my local machine everything is working fine.
You need to have a different configuration for your subdomain, where you would set your DocumentRoot to be in a different folder (your dev site). Can you post the configuration for your normal domain ?
Okay I need the Apache config file, located in /etc/var/apache2/sites-available/yoursport-ptsdam.de.conf (probably). But is your subdomain set correctly ? Does it point to your server ?
Subdomain is working if i upload a simple index.html with some content. Favicon is loaded aswell. I think there is a php error, but i cant get it to show. Debug in .env is set to true.