<?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; php</title>
	<atom:link href="http://www.lekiosk.fr/tag/php/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>
		<item>
		<title>Installation de Replay &#8211; PHP</title>
		<link>http://www.lekiosk.fr/installation-de-replay-php/</link>
		<comments>http://www.lekiosk.fr/installation-de-replay-php/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 21:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.lekiosk.fr/installation-de-replay-php</guid>
		<description><![CDATA[Replay&#8230; Probl&#232;me d&#8217;installation. &#160; Warning It is recommended that you enable mime-magic or the fileinfo extention, you can get fileinfo here. http://us2.php.net/manual/en/ref.fileinfo.php Sometimes it is not possible to get these functions running, so you can still use Relay and file types will be assumed by file extension. &#160; D&#8217;abord trouv&#233; &#231;a : http://life.lapin-blanc.net/blog/keyes/2007/08/30/faire-fonctionner-lextension-fileinfo C&#8217;&#233;tait a [...]]]></description>
			<content:encoded><![CDATA[<h1>Replay&#8230; Probl&egrave;me d&#8217;installation.</h1>
<p>&nbsp;</p>
<p><q><strong>Warning</strong><br />
It is recommended that you enable mime-magic or the fileinfo extention, you can get fileinfo <a href="http://us2.php.net/manual/en/ref.fileinfo.php">here</a>. <em>http://us2.php.net/manual/en/ref.fileinfo.php</em><br />
Sometimes it is not possible to get these functions running, so you can still use Relay and file types will be assumed by file extension.</q></p>
<p>&nbsp;</p>
<p>D&#8217;abord trouv&eacute; &ccedil;a :</p>
<p>http://life.lapin-blanc.net/blog/keyes/2007/08/30/faire-fonctionner-lextension-fileinfo</p>
<p>C&#8217;&eacute;tait a peu pr&egrave;s c&agrave; mais une erreur sur ma config : </p>
<p><b>sudo pecl install fileinfo</b></p>
<p>Et je ne sais pas si le lien (<code>sudo ln -s ln -s /usr/share/file/magic /etc/magic.mime</code>) a &eacute;t&eacute; efficace, parce que l&agrave; j&#8217;ai eu :</p>
<p><code>configure: error: Please reinstall the libmagic distribution</code><br />
&nbsp;</p>
<p>Il fallait installer la libemagic-dev&#8230;</p>
<p><b>apt-get install libmagic-dev  <br />
</b></p>
<p>et ca passe&#8230;<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lekiosk.fr/installation-de-replay-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.lekiosk.fr @ 2012-05-20 19:30:34 by W3 Total Cache -->
