Piero V.

Plugin RewriteURLs (v2.0) [Flatpress]

Italiano

Ho scritto questo plugin che è un’alternativa a PrettyURLs, plugin che è incluso con Flatpress ma che ha un po’ di bug e richiede certi lavori di patch per gli sviluppatori di plugin.

Come tale ha gli URL compatibili con PrettyURLs e quindi anche il file .htaccess.

Se usavate già PrettyURLs l’unica cosa richiesta è di disabilitarlo ed abilitare RewriteURLs, altrimenti dovete anche creare un file .htaccess simile a questo (se usate Apache HTTPD):

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /root/to/fp
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /flatpresssvn/index.php [L]
</IfModule>

Altrimenti dovete modificare la configurazione del vostro server (per esempio se usate LigHTTPD).

In questa versione ho migliorato l’algoritmo e ho fatto qualche altra piccola correzione.

N.B.: il primo caricamento appena abilitato sarà più lungo in quanto il plugin deve crearsi una cache.

Se aggiorni semplicemente il plugin, elimina la cache dal pannello “Manutenzione” o il plugin non funzionerà!

Devo ringraziare NoWhereMan perché senza di lui questo plugin non sarebbe fatto bene. … [Leggi il resto]

Bug in RewriteURLs

Italiano

Ho corretto due bug nel Plugin RewriteURLs 1.1.

Sono giusto due sciocchezze però vi invito lo stesso a riscaricarlo.

Purtroppo in questo periodo sono saturato da un altro progetto, però sto lo stesso cercando di scrivere la nuova versione.

Licenza: GNU GPL v2

Download: rewriteurls_v1.1.tar.gz

Download:

English

I’ve fixed two bugs in Plugin RewriteURLs 1.1.

They’re very small but I suggest you to update the plugin.

Unfortunately at the moment I’m working on another important project but I’m trying to write the new version of this plugin.

License: GNU GPL v2

Download: rewriteurls_v1.1.tar.gz

Plugin RewriteURLs (v1.1) [Flatpress]

IMPORTANT UPDATE: Two Bug Fixed (6/1/2011).

Italiano

Ho rilasciato questa nuova versione di RewriteURLs perché ho scoperto un bug abbastanza grave.

Se non volete riscaricarlo, basta correggere a linea 229 il @$e[2]<$maxday che deve essere @$e[2]<=$maxday.

Grazie e scusate per non essermene accorto prima.

Licenza: GNU GPLv2

Download: rewriteurls_v1.1.tar.gz

English

I’ve released a new version of RewriteURLs because there was a nasty bug.

If you don’t want to download again, edit at line 229: @$e[2]<$maxday must be @$e[2]<=$maxday.

Thanks and sorry for haven’t discovered the bug earlier.

Licenza: GNU GPLv2

Download: rewriteurls_v1.1.tar.gz

Plugin RewriteURLs (v1.0) [Flatpress]

Italiano

Ho scritto questo plugin che è un’alternativa a PrettyURLs, plugin che è incluso con Flatpress ma che ha un po’ di bug e richiede certi lavori di patch per gli sviluppatori di plugin.

Come tale ha gli URL compatibili con PrettyURLs e quindi anche il file .htaccess.

Se usavate già PrettyURLs l’unica cosa richiesta è di disabilitarlo ed abilitare RewriteURLs, altrimenti dovete anche creare un file .htaccess simile a questo (se usate Apache HTTPD):

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /root/to/fp
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /flatpresssvn/index.php [L]
</IfModule>

Altrimenti dovete modificare la configurazione del vostro server (per esempio se usate LigHTTPD).

N.B.: il primo caricamento appena abilitato sarà più lungo in quanto il plugin deve crearsi una cache.

Devo ringraziare NoWhereMan perché senza di lui questo plugin non sarebbe fatto bene.

Licenza: GNU GPLv2

Download: rewriteurls_v1.0.tar.gz

English

I’ve written this plugin that is an altervanive to PrettyURLs, a plugin bundled with Flatpress but that have some bugs and needs some patch by plugin developers.

As it’s an alternative to PrettyURLs, it has URLs compatible with PrettyURLs and the same .htaccess file.

If you already use PrettyURLs, just disable it and enable RewriteURLs. Otherwise enable RewriteURLs and create a .htaccess file with the code written above.

Please note that the first loading will be slower than normal because the plugin has to made a cache.

Thanks to NoWhereMan because without him this plugin would be bad-written.

License: GNU GPLv2

Download: rewriteurls_v1.0.tar.gz