Post

Visualizzazione dei post da giugno, 2013

Problema file .htaccess con Aruba

Immagine
Oggi parliamo di un problema molto ricorrente che si verifica quando vogliamo installare Joomla! su un server, in particolare quando vogliamo installare Joomla su Aruba e tentiamo di ottimizzare le configurazioni SEO. Dopo aver proceduto a intallare joomla su Aruba, ci rechiamo nel nostro pannello di Amministratore, andiamo in configurazione e alla vostra destra avrete l’immagine che vi ho messo in alto. Joomla vi suggerisce, per avere una migliore visibilità sui motori di ricerca di fare 3 cose: la prima è quella di far generare al sistema delle url più leggibili per i motori di ricerca (esempio prova-jooma invece che 23?-33), la seconda opzione riguarda la rescrizione totale delle url (tipo prova-joomla.html) e infine la terza ci dice di aggiungere i suffissi alle url, cioè .html. In sisntesi sono operazioni importanti che dobbiamo fare qualora volessimo che il nostro sito internet abbia visibilità sui motori di ricerca, il problema però si pone sul secondo suggerimento,

Joomla: how to connect to an EXTERNAL DB

Installing and Configuring Install the plugin called externaldb , then make sure you enable it! In Plugin Manager, configure your external database details for the database(s) you need.  DSN: Your name for the database to be used later on Hostname: Host where the MySQL server is Port Number: Defaults to 3306, but can change if needed Username / Password : Authentication details for the database Database Name: Name of the MySQL database to use Implementing The following code is a solution to using external databases. There is no way of using this without modifying some code. That out of the way, here's how to use it in that code. You can use Jumi module to insert PHP code in your article in joomla page. ExternalDB simply creates a new jDatabase object with your given connection details - nothing clever but simple to maintain connection details. Here's a sample of code from one of our components... // Create new ExternalDB instance, using the details tha