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
9 commenti
Non ho capito: io che non ho mai usato pretty-url, se voglio usare il tuo plug-in che devo fare?
p.s.
Il link non funziona…
Ciao, ho perso i commenti, non so come mai.
Comunque il link è stato sistemato.
chiedevo lucidazioni sul funzionamento di questo plug in:
io che non ho mai usato prettyURLs, che devo fare a parte abilitarlo?
Fare un file .htaccess da mettere sulla root del tuo blog con il listato di codice scritto sopra.
Se per esempio hai installato il blog in /flatpress/ devi mettere
E se non lo creo e funziona tutto lostesso?
ma mi spieghi a cosa serve??
che casino faccio?
Mi pare solo se non esiste alcun file .htaccess nella root di flatpress.
PrettyURLs è il plugin che gestisce gli URL tipo 2010/11/06/plugin-rewriteurls-v10-flatpress/ al posto di tipo index.php?entry=entry101106-145215 che sarebbe il formato di default di Flatpress.
Poiché PrettyURLs ha alcuni bug/disfunzioni che NoWhereMan non vuole per il momento correggere, ho scritto questo plugin.