I want to rework an existing site and add some new features. To do this, I intend to download the site and work on it locally. Later, I intend to replace the site with its reworked version. When I download the site and open it, it does not show media at all and all links are broken. It has been quite a while since I worked with Kirby. What do I have to change so that all internal links work again?
You can check two settings:
-
Check that the web server is using the same technology as your local development environment (Apache or nginx).
-
Check which graphics driver is being used.
Did you download the hidden .htaccess file? It is required on Apache, without it, url rewriting does not work as intended.
Also, please specify your local dev environment.
1 Like
Did you delete the cache (βmediaβ folder)?
1 Like
I downloaded it and now it works locally. Thanks for your quick and great support!