Piero V.

Plugin RewriteURLs (v2.3.3) [Flatpress]

Changelog

I’ve fixed a bug in the plugin. There wasn’t a negation in an if, so the cache of categories was always empty and the system used the fallback link (the one with the get parameter).

Now I’ve fixed it.

I’m sorry but I haven’t seen until 5 minutes ago.

Description of the plugin

This is an alternative to PrettyURLs.

Why did I write it if there is also PrettyURLs in the standard distribution of Flatpress?

I was fed-up of PrettyURLs errors and problems, so I’ve write my alternative.

It’s 100% compatible with PrettyURLs. It just doesn’t have the administration panel, however I think that it’s not a problem editing the .htaccess file using your FTP client. However if you used PrettyURLs you can directly swtich to this plugin.

New features are for example the correct handling of the next/prev page link (who talked about custom GET params?) and redirect of files that exist in plugins directory but have a wrong link.

Get it

License: GNU GPL v2

Download: rewriteurls_v2.3.3.tar.gz

Plugin RewriteURLs (v2.3.2) [Flatpress]

English

Hi, I’ve corrected another small bug of the RewriteURLs plugin.

It didn’t handle correctly the feed of comments.

License: GNU GPL v2

Download

Italiano

Ho corretto un altro piccolo bug del plugin RewriteURLs.

Non prendeva i feed dei commenti.

Licenza: GNU GPLv2

Download

Parte V muletto: installare LAMP

LAMP sta per Linux Apache MySQL PHP, cioè quello che si può definire un comune server web (dove appoggia anche vdfn 😁 ).

Con un semplice comando installeremo tutto ciò che serve:

apt-get install apache2 libapache2-mod-php5 php5-cli php5-common php5-gd php5-sqlite php5-mysql php5-curl php5-mhash php5-imap mysql-server -y

Con questo comando abbiamo installato apache 2, php5 con cli (per poter eseguire script dal terminale) più le estensioni gd, sqlite, mysql, curl, mhash e imap (se volete altre estensioni potrete installarle successivamente), poi abbiamo installato il server mysql e tutte le dipendenze varie.

Ora aprite sul browser del vostro computer l’indirizzo del muletto (ad es.: http://192.168.1.3/), e dovrebbe venirvi fuori una pagina con scritto It Works (o comunque con qualche altra scritta).

Se non riuscite a vederla, vuol dire che qualcosa è andato storto.

Procediamo oltre.

Il modulo php5 dovrebbe essere abilitato di default, altrimenti digitate a2enmod php5 1.

Ora disabilitiamo il VirtualHost di default e creiamone uno (es 000-custom) partendo da lui: … [Leggi il resto]