Hey Guys,
I`m doing my first project and I build a structure local on my mac. I pushed this to my GitLab Server and pulled it on a webserver.
After composer install, I was able to complete the setup (without css styles) the database but i`m not able to load Assets from the _Resources/Static/Packages/ folder.
My Setup looks like that:
My Url is pointing in the Web folder
The htaccess is unchanged (do i need to change something?)
I can start the Server without errors.
If I am right, there are Symlinks for these assets and the permissions are fine. But i get 403 Errors for all assets. Is there a way to fix it? Or do I have to take another way to publish the project on live Server?
Thanks, i tried it but its still the same. Also tried to delete the resources and published them again. But still 403. The Permissions also looking good.
I have no idea because its a fresh installation comming from my GitLab.
Do i have to set domain settings if i move to live system?
The interesting thing is, that I get the same problem if I just install Neos with composer. I first thought its about my GitLab version, but its the same with a clean install.