i try to host a kirby 4 project on an ionos premium web package.
In the htaccess i set: RewriteBase /, so the navigation works, also the panel.
But no files were loaded from the media folder. no images, videos, css and js files, in the front and backend. I set the whole media folder chmod: 775, same result.
Any ideas whats going wrong?
The .json files are in the media folder but not the files itself.
If you access the image URLs (/media/pages/...) directly, do you see any error message or other hints at a problem? At this point when the image URL is requested, Kirby will generate the thumbs from the JSON jobs files, so it could be that something is going wrong during the thumb generation process.
i get an 404 error, the images and videos are not in the media folder, die json files are placed there.
In the backend also css and js files are missing.
The thumb driver is gd cause inonos doesen’t support im.
What CHMOD rules does the vendor and kirby folder need?
strange, after your post, i took the htaccess files from the original starterkit, changed the rewrite path, uploaded it and it works now. but only with www. without the fonts are not loaded.