I have some problems getting my site configured correctly, when I have mulitple domains pointing to the same site.
In our setup, we have 2 sub-domains pointing to the Drupal 8 site, one that hits the frontend cache (Cloudfront) and one hitting the Apache server directly. This is done so we can run test against both the Frontend cache and directly against the Drupal site.
Hello, i am newbie and just want to create my e-commerce website. (Printer services)
For understanding my needing, i think a picture can describe more easily and understandable my needing.
Please, understand that :
1 / 1 need 1 master category menu (without submenu) (it is the horizontal "Main Menu" (this MASTER MENU is always visible and don't change, when clic on a specific category A new menu appear for this category. (and the same for each category)
I just started a vanilla Drupal 8 project and installed it with standard installation profile. After I deinstalled comment module (together with a bunch of other modules) I get error indicating that the database tables are already deleted but the module remains with status 1 in the system. When I visit admin/modules the module is still active, when I visit admin/modules/uninstall, I get the following error:
I installed Drupal 8.0.0.0 on Ubuntu 14.04
In the Status Report I got next message : "Trusted Host Settings Not enabled"
According to instructions I found, I added next code into settings.php :
@code
$settings['trusted_host_patterns'] = array(
'^localhost$',
);
@endcode
But the report warning message remains.
I've installed D8 and I can access the site on the server itself (localhost) but if i try to access the site from another computer even on the same local network i get a 403 forbidden error. i have several other drupal sites running on the same server.
if i remove the .htaccess file everything works.
could not figure out what in that file prohibit external access. this is a clean install.