Piero V.

Plugin RewriteURLs (v2.3) [Flatpress]

English

I’ve released another version of RewriteURLs.

Changelog:

  • Cleaned the code
  • Fixed the medium detector and fixer
  • Changed the next/prev page function
  • PATH_INFO is always preferred
  • Fixed the PATH_INFO warning
  • Added the rewriteurls_replace hook to customize URLs via plugin
  • Added the rewriteurls_nextpage and rewriteurls_prevpage hooks to customize via plugin also the next/prev page link

License: GNU GPL v2

Download

Italiano

Ho rilasciato un aggiornamento per RewriteURLs.

Cambiamenti:

  • Pulito il codice
  • Corretto il reindirizzamento ai file multimediali (immagini, allegati…)
  • Cambiata la funzione per la pagina precedente/successiva
  • PATH_INFO è sempre preferito
  • Sistemato il warning del PATH_INFO
  • Aggiunto l’hook rewriteurls_replace per personalizzare gli URL con i plugin
  • Aggiunti gli hook rewriteurls_nextpage e rewriteurls_prevpage per personalizzare con i plugin anche i link per la pagina successiva/precedente

Licenza: GNU GPL v2

Download

Plugin RewriteURLs (v2.2.3) [Flatpress]

I’ve finally fixed the page-0 bug of RewriteURLs Plugin v2.2, so please update it.

If you are looking for more information about this plugin, please see here.

License: GNU GPLv2

Download: rewriteurls_v2.2.3.tar.gz

Plugin RewriteURLs (v2.2.2) [Flatpress]

I’ve fixed some bugs on RewriteURLs Plugin v2.2, so please update it.

If you are looking for more information about this plugin, please see here.

License: GNU GPLv2

Download: rewriteurls_v2.2.2.tar.gz

Plugin RewriteURLs (v2.2) [Flatpress]

Italiano

Ho risolto alcuni bug di RewriteURLs, un’alternativa al plugin PrettyURLs di Flatpress.

Per chi non lo conoscesse, sia RewriteURLs, sia PrettyURLs permettono di sfruttare il mod_rewrite del web server “abbellendo” gli URL (tipo quelli del mio blog).

Se non avete mai usato questi plugin dovrete configurare il vostro webserver, per esempio per Apache dovete scrivere in un file .htaccess (cambiate i vostri percorsi):

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

Attenzione: considero questo uno dei miei plugin più complicati. Lo ritengo ancora un software in fase beta.

Licenza: GNU GPLv2

Download: rewriteurls_v2.2.tar.gz

English

I’ve fixed some bugs of RewriteURLs, an altervanive to PrettyURLs.

Both RewriteURLs and PrettyURLs allow to use the mod_rewrite of your server to use nice URLs (like mine).

If you haven’t used one of these plugins yet, you have to configure you webserver: for example, if you use Apache, you have to write in a .htaccess file this code (change your paths):

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

Warning: it’s one of my most complicated plugin: I consider it a beta software.

I’ve also to comment the file because it’s complicated and there are few comments.

License: GNU GPLv2

Download: rewriteurls_v2.2.tar.gz

Plugin RewriteURLs (v2.1) [Flatpress]

Italiano

Ho corretto alcuni bug di RewriteURLs 2.0 (vedere quel post per ulteriori informazioni sul plugin).

Attenzione: considero questo uno dei miei plugin più complicati. Lo ritengo ancora un software in fase beta.

Inoltre necessita di essere commentato: ci sono troppi pochi commenti.

Licenza: GNU GPLv2

Download: rewriteurls_v2.1.tar.gz

English

I’ve fixed some bugs of RewriteURLs 2.0 (see that entry for more information about the plugin).

Warning: it’s one of my most complicated plugin: I consider it a beta software.

I’ve also to comment the file because it’s complicated and there are few comments.

License: GNU GPLv2

Download: rewriteurls_v2.1.tar.gz