htmlgitcopykirby

Copy kirby site using git


I've created the git repository and I've added all the content using git add -A ... i've committed and pushed the content ... however when I clone the repository in the server, the site do not work correctly!

For example I've got the index.html page but any of the redirections (toward other html page belonging to the site) is not working .. any Ideas ?

Thanks


Solution

  • The problem is resolved by copying the file .htaccess of another site already existing in the server !!

    This is a tormented solution !! is this the only thing I may do?