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.

Licenza: GNU GPLv2

Download: rewriteurls_v2.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.

In this version I’ve improved the algorithm and I’ve fixed some bugs.

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

If you’re updating the plugin, purge cache from “Maintentance” panel otherwise the plugin won’t work!

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

License: GNU GPLv2

Download: rewriteurls_v2.0.tar.gz