V
V
vityaba32016-01-11 16:19:34
CMS
vityaba3, 2016-01-11 16:19:34

Drupal 8. how to make a logo not on localhost but on 192.168.1.20?

The problem is this: I replaced the standard Drupal logo with my own, and it disappeared from the rest of the computers, because. the address was issued like this
localhost/themes/bib-bartik/logo.svg
How to fix this, and where to write another path to the file?
The theme was implemented like this: I copied the theme folder to /themes/bibbartik
and then

find '/var/www/drupal/themes/bib-bartik/' -exec sed -is/bartik/bibbartik/ {} \;

___________________________________
probably, the problem is that the site thinks that it is on localhost (in the site information page. where you can select the start page address localhost/node ) but how to make it suddenly decide that it is on 192.168.1.20 without reinstalling site?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question