<?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>Agence de Développement Informatique du Nord &#187; Apache</title>
	<atom:link href="http://blog.adin.pro/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>PHP &#8211; Only the &#8216;en&#8217; locale is supported. Please install the &#8216;intl&#8217; extension for full localization capabilities.</title>
		<link>http://blog.adin.pro/2015-05-30/php-only-the-en-locale-is-supported-please-install-the-intl-extension-for-full-localization-capabilities/</link>
		<comments>http://blog.adin.pro/2015-05-30/php-only-the-en-locale-is-supported-please-install-the-intl-extension-for-full-localization-capabilities/#comments</comments>
		<pubDate>Sat, 30 May 2015 13:52:04 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[intl]]></category>
		<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=478</guid>
		<description><![CDATA[<p>If you encounter this error message on a Symfony2 project, you just have to install php5-intl module And don&#8217;t forget to restart apache</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2015-05-30/php-only-the-en-locale-is-supported-please-install-the-intl-extension-for-full-localization-capabilities/">PHP &#8211; Only the &#8216;en&#8217; locale is supported. Please install the &#8216;intl&#8217; extension for full localization capabilities.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you encounter this error message on a Symfony2 project, you just have to install php5-intl module</p>
<pre class="brush: bash; title: ; notranslate">
apt-get install php5-intl
</pre>
<p>And don&#8217;t forget to restart apache</p>
<pre class="brush: bash; title: ; notranslate">
service apache2 restart
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2015-05-30/php-only-the-en-locale-is-supported-please-install-the-intl-extension-for-full-localization-capabilities/">PHP &#8211; Only the &#8216;en&#8217; locale is supported. Please install the &#8216;intl&#8217; extension for full localization capabilities.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2015-05-30/php-only-the-en-locale-is-supported-please-install-the-intl-extension-for-full-localization-capabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Use of undefined constant MCRYPT_BLOWFISH &#8211; assumed &#8216;MCRYPT_BLOWFISH</title>
		<link>http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/</link>
		<comments>http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/#comments</comments>
		<pubDate>Thu, 07 Aug 2014 12:45:43 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=393</guid>
		<description><![CDATA[<p>While your coding session, you encounter this error : You think, easy, a module should be missing on my php So you install it : And restart apache. But it still doesn&#8217;t work. In phpinfo() it seems the module is &#8230; <a href="http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/">PHP &#8211; Use of undefined constant MCRYPT_BLOWFISH &#8211; assumed &#8216;MCRYPT_BLOWFISH</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>While your coding session, you encounter this error :</p>
<pre class="brush: bash; title: ; notranslate">
Use of undefined constant MCRYPT_BLOWFISH - assumed 'MCRYPT_BLOWFISH
</pre>
<p>You think, easy, a module should be missing on my php<br />
So you install it :</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install php5-mcrypt
</pre>
<p>And restart apache.</p>
<p>But it still doesn&#8217;t work. In phpinfo() it seems the module is not installed.</p>
<p>In fact with the new version of PHP, you still need to activate the module</p>
<pre class="brush: bash; title: ; notranslate">
php5enmod -s apache2 mcrypt
</pre>
<p>The restart apache and the module should work.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/">PHP &#8211; Use of undefined constant MCRYPT_BLOWFISH &#8211; assumed &#8216;MCRYPT_BLOWFISH</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache AH01630: client denied by server configuration &#8211; error 403 forbidden</title>
		<link>http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/</link>
		<comments>http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/#comments</comments>
		<pubDate>Tue, 05 Aug 2014 18:23:09 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=389</guid>
		<description><![CDATA[<p>You are seting up a new website and you get an 403 forbidden error and this on apache error log : You don&#8217;t understand because you already setup hundred of websites, you check chmod but you still get this error. &#8230; <a href="http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/">apache AH01630: client denied by server configuration &#8211; error 403 forbidden</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are seting up a new website and you get an 403 forbidden error and this on apache error log :</p>
<pre class="brush: bash; title: ; notranslate">AH01630: client denied by server configuration</pre>
<p>You don&#8217;t understand because you already setup hundred of websites, you check chmod but you still get this error.</p>
<p>Don&#8217;t panic, since apache 2.4 you have to change the directory configuration:</p>
<pre class="brush: bash; title: ; notranslate">
&lt;Directory /&gt;
  Options Indexed FollowSymLinks
  AllowOverride All
  Require all granted
&lt;/Directory&gt;
</pre>
<p>and restart apache, that should do the trick.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/">apache AH01630: client denied by server configuration &#8211; error 403 forbidden</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error:  Call to undefined function curl_init()</title>
		<link>http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/</link>
		<comments>http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/#comments</comments>
		<pubDate>Tue, 24 Sep 2013 13:19:43 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=292</guid>
		<description><![CDATA[<p>A classic error To fix it, you just need to install the php5-curl extension</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/">PHP Fatal error:  Call to undefined function curl_init()</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>A classic error</p>
<pre class="brush: bash; title: ; notranslate">
PHP Fatal error:  Call to undefined function curl_init()
</pre>
<p>To fix it, you just need to install the php5-curl extension</p>
<pre class="brush: bash; title: ; notranslate">
apt-get install php5-curl
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/">PHP Fatal error:  Call to undefined function curl_init()</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid command &#8216;Header&#8217;, perhaps misspelled or defined by a module not included in the server configuration</title>
		<link>http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/</link>
		<comments>http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/#comments</comments>
		<pubDate>Mon, 09 Sep 2013 18:32:32 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache2]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=287</guid>
		<description><![CDATA[<p>You have this error message on your apache logs Check the .htaccess file and there is no Header command&#8230; In fact, this issue is due to the header apache&#8217;s module whose&#8217;s missing. To install it, run And don&#8217;t forget to &#8230; <a href="http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/">Invalid command &#8216;Header&#8217;, perhaps misspelled or defined by a module not included in the server configuration</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You have this error message on your apache logs</p>
<pre class="brush: bash; title: ; notranslate">
/home/www/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
</pre>
<p>Check the .htaccess file and there is no Header command&#8230;</p>
<pre class="brush: bash; title: ; notranslate">
&lt;FilesMatch &quot;\.(xml|jpg)$&quot;&gt;
FileETag None
Header unset ETag
Header set Cache-Control &quot;max-age=0, no-cache, no-store, must-revalidate&quot;
Header set Pragma &quot;no-cache&quot;
Header set Expires &quot;Wed, 11 Jan 1984 05:00:00 GMT&quot;
&lt;/FilesMatch&gt;
</pre>
<p>In fact, this issue is due to the header apache&#8217;s module whose&#8217;s missing.<br />
To install it, run</p>
<pre class="brush: bash; title: ; notranslate">
a2enmod headers
</pre>
<p>And don&#8217;t forget to restart apache</p>
<pre class="brush: bash; title: ; notranslate">
service apache2 restart
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/">Invalid command &#8216;Header&#8217;, perhaps misspelled or defined by a module not included in the server configuration</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.</title>
		<link>http://blog.adin.pro/2013-06-06/proxy-no-protocol-handler-was-valid-for-the-url-if-you-are-using-a-dso-version-of-mod_proxy-make-sure-the-proxy-submodules-are-included-in-the-configuration-using-loadmodule/</link>
		<comments>http://blog.adin.pro/2013-06-06/proxy-no-protocol-handler-was-valid-for-the-url-if-you-are-using-a-dso-version-of-mod_proxy-make-sure-the-proxy-submodules-are-included-in-the-configuration-using-loadmodule/#comments</comments>
		<pubDate>Thu, 06 Jun 2013 18:08:14 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=229</guid>
		<description><![CDATA[<p>You are using apache with proxy module, but when you try to get your page, you get a error 500 ? Check your apache error log, if you get this : You need to enable proxy module : And restart &#8230; <a href="http://blog.adin.pro/2013-06-06/proxy-no-protocol-handler-was-valid-for-the-url-if-you-are-using-a-dso-version-of-mod_proxy-make-sure-the-proxy-submodules-are-included-in-the-configuration-using-loadmodule/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-06-06/proxy-no-protocol-handler-was-valid-for-the-url-if-you-are-using-a-dso-version-of-mod_proxy-make-sure-the-proxy-submodules-are-included-in-the-configuration-using-loadmodule/">proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are using apache with proxy module, but  when you try to get your page, you get a error 500 ?<br />
Check your apache error log, if you get this :</p>
<pre class="brush: bash; title: ; notranslate">
proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
</pre>
<p>You need to enable proxy module :</p>
<pre class="brush: bash; title: ; notranslate">
a2enmod proxy_http
a2enmod proxy
</pre>
<p>And restart you apache server.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-06-06/proxy-no-protocol-handler-was-valid-for-the-url-if-you-are-using-a-dso-version-of-mod_proxy-make-sure-the-proxy-submodules-are-included-in-the-configuration-using-loadmodule/">proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-06-06/proxy-no-protocol-handler-was-valid-for-the-url-if-you-are-using-a-dso-version-of-mod_proxy-make-sure-the-proxy-submodules-are-included-in-the-configuration-using-loadmodule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You need to enable either the SQLite3 or PDO_SQLite extension for the profiler to run properly.</title>
		<link>http://blog.adin.pro/2013-03-20/you-need-to-enable-either-the-sqlite3-or-pdo_sqlite-extension-for-the-profiler-to-run-properly/</link>
		<comments>http://blog.adin.pro/2013-03-20/you-need-to-enable-either-the-sqlite3-or-pdo_sqlite-extension-for-the-profiler-to-run-properly/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 13:41:25 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=146</guid>
		<description><![CDATA[<p>After installing Symfony 2 instead of viewing your website, you see this error message : It probably means you need to install the sqlite extension for php restart apache and that should to the tricks.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-03-20/you-need-to-enable-either-the-sqlite3-or-pdo_sqlite-extension-for-the-profiler-to-run-properly/">You need to enable either the SQLite3 or PDO_SQLite extension for the profiler to run properly.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>After installing Symfony 2 instead of viewing your website, you see this error message : </p>
<pre class="brush: bash; title: ; notranslate">
You need to enable either the SQLite3 or PDO_SQLite extension for the profiler to run properly.
</pre>
<p>It probably means you need to install the sqlite extension for php</p>
<pre class="brush: bash; title: ; notranslate">
apt-get install php5-sqlite
</pre>
<p>restart apache and that should to the tricks.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-03-20/you-need-to-enable-either-the-sqlite3-or-pdo_sqlite-extension-for-the-profiler-to-run-properly/">You need to enable either the SQLite3 or PDO_SQLite extension for the profiler to run properly.</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-03-20/you-need-to-enable-either-the-sqlite3-or-pdo_sqlite-extension-for-the-profiler-to-run-properly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove index.php from URL .htaccess</title>
		<link>http://blog.adin.pro/2012-11-19/remove-index-php-from-url-htaccess/</link>
		<comments>http://blog.adin.pro/2012-11-19/remove-index-php-from-url-htaccess/#comments</comments>
		<pubDate>Mon, 19 Nov 2012 16:11:11 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=31</guid>
		<description><![CDATA[<p>How to remove index.php from URL using .htaccess file ? That is this easy : Maybe you are using a magento website and you need to keep index.php for the backoffice. Then add this condition to the .htaccess file and &#8230; <a href="http://blog.adin.pro/2012-11-19/remove-index-php-from-url-htaccess/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-11-19/remove-index-php-from-url-htaccess/">Remove index.php from URL .htaccess</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>How to remove index.php from URL using .htaccess file ?<br />
That is this easy :</p>
<pre class="brush: bash; title: ; notranslate">
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC]
RewriteRule ^index\.php(.+) $1 [R=301,L]
&lt;/IfModule&gt;
</pre>
<p>Maybe you are using a magento website and you need to keep index.php for the backoffice.<br />
Then add this condition to the .htaccess file</p>
<pre class="brush: bash; title: ; notranslate">
RewriteCond %{REQUEST_URI} !^[^/]*/index\.php/admin.*
</pre>
<p>and don&#8217;t forget to enable rewrite module</p>
<pre class="brush: bash; title: ; notranslate">
a2enmod rewrite
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-11-19/remove-index-php-from-url-htaccess/">Remove index.php from URL .htaccess</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2012-11-19/remove-index-php-from-url-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect domain, add www</title>
		<link>http://blog.adin.pro/2012-10-30/redirect-domain-add-www/</link>
		<comments>http://blog.adin.pro/2012-10-30/redirect-domain-add-www/#comments</comments>
		<pubDate>Tue, 30 Oct 2012 13:05:26 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=27</guid>
		<description><![CDATA[<p>If you want to redirect your website&#8217;s visitors to your www domain name, add this in your apache virtualhost configuration and don&#8217;t forget to enable rewrite module</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-10-30/redirect-domain-add-www/">Redirect domain, add www</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you want to redirect your website&#8217;s visitors to your www domain name, add this in your apache virtualhost configuration</p>
<pre class="brush: bash; title: ; notranslate">
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule ^/(.*)$ http://www.domain.com/$1 [R=301,L]
</pre>
<p>and don&#8217;t forget to enable rewrite module</p>
<pre class="brush: bash; title: ; notranslate">
a2enmod rewrite
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-10-30/redirect-domain-add-www/">Redirect domain, add www</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2012-10-30/redirect-domain-add-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect http to https</title>
		<link>http://blog.adin.pro/2012-10-29/htaccess-redirect-http-to-https/</link>
		<comments>http://blog.adin.pro/2012-10-29/htaccess-redirect-http-to-https/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 09:31:48 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=20</guid>
		<description><![CDATA[<p>How to automatically redirect all your http request to your https website ? Simply add this 3 lines in your http VirtualHost configuration Don&#8217;t forget to activate your rewrite module</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-10-29/htaccess-redirect-http-to-https/">Redirect http to https</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>How to automatically redirect all your http request to your https website ?<br />
Simply add this 3 lines in your http VirtualHost configuration</p>
<pre class="brush: bash; title: ; notranslate">
RewriteEngine on
RewriteCond %{HTTPS} !^on$ [NC]
RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
</pre>
<p>Don&#8217;t forget to activate your rewrite module</p>
<pre class="brush: bash; title: ; notranslate">
a2enmod rewrite
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-10-29/htaccess-redirect-http-to-https/">Redirect http to https</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2012-10-29/htaccess-redirect-http-to-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
