I am fairly new to Drupal, so I'm trying to create a child theme. I followed a guide.....actually a few guides. They all describe the same steps.
Here is what I do:
new to Drupal, I have a test installation of Drupal 8 on a virtual Ubuntu server (adress : 192.168.1.200), when I'm logged as admin (user 1) the url 192.168.1.200 will change to 192.168.1.200/user/1 and send a 404 Not found error.
But the url 192.168.1.200/index.php/user/1 work fine, and 192.168.1.200 work fine if I'm not logged.
I suppose it is in the htaccess file that url rewrititng is not good but I'm not sure where (and blocked all the site several times).