I have created a D8 multi-site installation and spun two sites up, successfully. I am having issues with navigation through the administrative back office, as, if I click on any of the links, I get a "not found" error for the page, unless I add "/index.php" to the URL. Thus, to navigate to the "Configuration" section, I need to supply the URL "mysite.example.com/testa/index.php/admin/config".
I have started a project with drupal 8 and I was wondering if there was a way to ensure that certain modules that I use for development are never exported in using config-export. I don't want these modules enabled in our production site but they are being exported in core.extension.yml. Is there any solution that would allow modules to be enabled for development only? Has anyone had this same issue, if so what was your solution?
After installing Drupal 8 and getting to my home page I can go no further because the admin menu links point to a page not found error. The url points to my root site/admin/someplace. Not sure why that path.
In Drupal 8, I have a website that has a custom template for page and another for node.
I want to have 2 versions of these templates for mobile and for desktop. The problem is that despite the page template is rendered everytime the page is reloaded the node template is only run at the first time the page is build and after that loaded from the cache.