<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bisonte_biscottato &#187; htaccess</title>
	<atom:link href="http://www.biso.it/blog/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.biso.it/blog</link>
	<description>Riflessioni stupide su temi intelligenti</description>
	<lastBuildDate>Fri, 14 Jan 2011 17:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal 6.x Aruba e .htaccess, così funziona.</title>
		<link>http://www.biso.it/blog/2010/08/23/drupal-6-x-aruba-e-htaccess-cosi-funziona/</link>
		<comments>http://www.biso.it/blog/2010/08/23/drupal-6-x-aruba-e-htaccess-cosi-funziona/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 15:12:48 +0000</pubDate>
		<dc:creator>Andrea Mancini</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Non solo nerd]]></category>
		<category><![CDATA[Aruba]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.biso.it/blog/?p=227</guid>
		<description><![CDATA[Riporto la guida di mplebani per configurare il .htaccess di Drupal 6 quando abbiamo un hosting Aruba. Ho seguito i suoi consigli e ho attivato velocemente i Clean URL.
Commentare queste righe:
 # Options -Indexes
 # Options +FollowSymLinks
 # DirectoryIndex index.php
Fonte: http://mplebani.wordpress.com/2009/01/10/installare-drupal-6-su-aruba/




		
			Vuoi iscriverti ai commenti per questo post?
		
		
			Condividi su del.icio.us
		
		
			Diggalo!
		
		
			Condividi su Reddit
		
		
			Hai trovato qualcosa di buono? [...]]]></description>
		<wfw:commentRss>http://www.biso.it/blog/2010/08/23/drupal-6-x-aruba-e-htaccess-cosi-funziona/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Drupal 6.x &#8211; Imagecache, gestione 404 e lang prefix</title>
		<link>http://www.biso.it/blog/2010/04/23/drupal-6-x-imagecache-gestione-404-e-lang-prefix/</link>
		<comments>http://www.biso.it/blog/2010/04/23/drupal-6-x-imagecache-gestione-404-e-lang-prefix/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:29:41 +0000</pubDate>
		<dc:creator>Andrea Mancini</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Non solo nerd]]></category>
		<category><![CDATA[Risorse WEB]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[imagecache]]></category>
		<category><![CDATA[lang prefix]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[multilingua]]></category>
		<category><![CDATA[translate]]></category>

		<guid isPermaLink="false">http://www.biso.it/blog/?p=179</guid>
		<description><![CDATA[Piccolissima modifica all&#8217;htaccess nel caso:

State usando il mio sistema per controllare i 404
Volete usate Imagecache
Volete usare la traduzione con il lang prefix sull&#8217;URL

La regola:
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_URI} !^/sites/all/files/
  RewriteCond %{REQUEST_URI} \.
  (png&#124;gif&#124;jpe?g&#124;s?html?&#124;css&#124;js&#124;cgi&#124;ico&#124;swf&#124;flv&#124;dll)$
  RewriteCond %{REQUEST_URI} !^404.%1$
  RewriteRule ^(.*)$ 404.%1 [L]
Va cambiata con:
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond [...]]]></description>
		<wfw:commentRss>http://www.biso.it/blog/2010/04/23/drupal-6-x-imagecache-gestione-404-e-lang-prefix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installare Drupal 6.x su OVH</title>
		<link>http://www.biso.it/blog/2010/01/06/installare-drupal-6-x-su-ovh/</link>
		<comments>http://www.biso.it/blog/2010/01/06/installare-drupal-6-x-su-ovh/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 21:15:39 +0000</pubDate>
		<dc:creator>Andrea Mancini</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Non solo nerd]]></category>
		<category><![CDATA[Risorse WEB]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[OVH]]></category>
		<category><![CDATA[permessi]]></category>

		<guid isPermaLink="false">http://www.biso.it/blog/?p=136</guid>
		<description><![CDATA[Visti i non trascurabili problemi dovuti alle ottimizzazioni e personalizzazioni che effettua OVH sui propri server ho scritto una guida per installare Drupal su OVH.
Queste le condizione della guida:

Drupal 6.13
OVH 720plan/xxlplan
MySql 5
PHP 5

Vediamo in dettaglio dove agire per adattare l&#8217;installazione standard di Drupal su OVH.
I problemi da risolvere sono principalmente 3:

Settare il giusto link a [...]]]></description>
		<wfw:commentRss>http://www.biso.it/blog/2010/01/06/installare-drupal-6-x-su-ovh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess fatti bene per Drupal 6</title>
		<link>http://www.biso.it/blog/2009/12/11/htaccess-fatti-bene-per-drupal-6/</link>
		<comments>http://www.biso.it/blog/2009/12/11/htaccess-fatti-bene-per-drupal-6/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:03:46 +0000</pubDate>
		<dc:creator>Andrea Mancini</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Risorse WEB]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[6.x]]></category>
		<category><![CDATA[customerror]]></category>
		<category><![CDATA[errore]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.biso.it/blog/?p=106</guid>
		<description><![CDATA[Drupal è un gran bel giocattolino, un framework ben fatto per costruire robusti portali assai versatili. Però quando hanno scritto il file .htaccess, si sono dimenticati di alcune cosine che prima o poi tornano utili&#8230;.
Vediamo insieme come scrivere un file .htaccess che risolve i vari problemi che si incontrano nella realizzazione e nella messa online [...]]]></description>
		<wfw:commentRss>http://www.biso.it/blog/2009/12/11/htaccess-fatti-bene-per-drupal-6/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

