Altri Articoli

Valutazione attuale:  / 0

Installazione di Drupal 8 con Drush

Drush è un comodo tool per gestire attività inerenti a Drupal in modo semplice e veloce. Drush permette di connettersi al sito drupal.org, installare Drupal, installare moduli, abilitare moduli e molto altro ancora. Questo è il motivo per cui ho scelto di installare Drupal 8 con Drush, e questa guida serve per farlo nel migliore dei modi.
L'ambiente di lavoro è Ubuntu 14.04.2

Leggi tutto...

Valutazione attuale:  / 0

Q - My local PhpMyAdmin doesn't load from "localhost", I need to use "127.0.0.1" instead. How to fix this problem?

A - This problem can be solved easily:

  • Move to the Apache configuration files folder:
    $ cd /etc/apache2
  • Edit the file ports.conf
    $ sudo gedit ports.conf
  • Replace the line
    Listen 80
    with
    Listen 0.0.0.0:80
  • Save the modified ports.conf and restart Apache:
    $ sudo /etc/init.d/apache2 restart
  • Now you can load PhpMyAdmin from "localhost"!

It's easy, isn't it?

Valutazione attuale:  / 75

Microdata is one of three code languages designed to provide search-engine spider programs with information about website content.

Leggi tutto...

Joomla Templates by Joomla51.com