<?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>LeKiosk.fr &#187; HTTP</title>
	<atom:link href="http://www.lekiosk.fr/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lekiosk.fr</link>
	<description>yet another scratchpad... &#124; webdesign, Ubuntu, mobilité, et n&#039;importe quoi...</description>
	<lastBuildDate>Thu, 30 Jun 2011 09:11:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal sur Ubuntu 710 Gutsy : Clean urls ou urls simplifiées</title>
		<link>http://www.lekiosk.fr/drupal-sur-ubuntu-710-gutsy-clean-urls-urls-simplifiees/</link>
		<comments>http://www.lekiosk.fr/drupal-sur-ubuntu-710-gutsy-clean-urls-urls-simplifiees/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 04:13:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[le fichier de config du site]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[USD]]></category>

		<guid isPermaLink="false">http://www.lekiosk.fr/drupal-sur-ubuntu-710-gutsy-clean-urls-urls-simplifiees</guid>
		<description><![CDATA[Trouvé ici: http://drupal.org/node/134439 Activer le mod_rewrite a2enmod rewrite AJouter ces lignes dans le fichier de config du site (ici : /etc/apache2/sites-available/default ) : AllowOverride all RewriteEngine on RewriteEngine on RewriteCond %{HTTP_HOST} ^(.+..+)$ [NC] RewriteCond %{HTTP_HOST} !^.+..+..+$ [NC] RewriteRule ^(.*)$ http://www.%1/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^(.*)$ [NC] RewriteRule ^files/(.*)$ sites/%1/files/$1 [L] RewriteRule ^files/(.*)$ sites/%1/files/$1 [L] RewriteCond %{REQUEST_FILENAME} [...]]]></description>
			<content:encoded><![CDATA[<p>Trouvé ici:</p>
<p><a href="http://drupal.org/node/134439">http://drupal.org/node/134439</a></p>
<p><strong>Activer le mod_rewrite</strong></p>
<div class="content">
<p>a2enmod rewrite</p>
<p>AJouter ces lignes dans le fichier de config du site (ici : /etc/apache2/sites-available/default ) :</p>
<p>AllowOverride all<br />
RewriteEngine on</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^(.+..+)$ [NC]<br />
RewriteCond %{HTTP_HOST} !^.+..+..+$ [NC]<br />
RewriteRule ^(.*)$ http://www.%1/$1 [L,R=301]<br />
RewriteCond %{HTTP_HOST} ^(.*)$ [NC]<br />
RewriteRule ^files/(.*)$ sites/%1/files/$1 [L]<br />
RewriteRule ^files/(.*)$ sites/%1/files/$1 [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.lekiosk.fr/drupal-sur-ubuntu-710-gutsy-clean-urls-urls-simplifiees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.lekiosk.fr @ 2012-05-20 19:14:10 by W3 Total Cache -->
