<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Apache  - .htaccess Configuration  </title>
<link>https://www.navel.ir/category/apache/-htaccess-configuration/</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB Knowledge Base Software (http://www.knowledgebase-script.com)</description>
<item>
										<guid>https://www.navel.ir/article/htaccess-how-to-force-“www”-in-a-generic-way-74.html</guid>
										<title>.htaccess - how to force “www.” in a generic way?</title>
										<link>https://www.navel.ir/article/htaccess-how-to-force-“www”-in-a-generic-way-74.html</link>
										<description><![CDATA[RewriteEngine On RewriteCond %{HTTP_HOST} !="" RewriteCond %{HTTP_HOST} !^www&#92;. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]Ref:https://stackoverflow.com/questions/4916222/htaccess-how-to...]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/the-access-control-allow-origin-header-contains-multiple-values-55.html</guid>
										<title>The `Access-Control-Allow-Origin` header contains multiple values</title>
										<link>https://www.navel.ir/article/the-access-control-allow-origin-header-contains-multiple-values-55.html</link>
										<description><![CDATA[SetEnvIf Origin "^(https?://localhost|https://[a-z]+&#92;.my&#92;.base&#92;.domain)$" ORIGIN_SUB_DOMAIN=$1 Header set Access-Control-Allow-Origin: "%{ORIGIN_SUB_DOMAIN}e" env=ORIGIN_SUB_DOMAINRef:https://stackoverflow.com/questions/22343384/the...]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/the-access-control-allow-origin-header-with-giant-apache-56.html</guid>
										<title>The `Access-Control-Allow-Origin` header with Giant Apache!</title>
										<link>https://www.navel.ir/article/the-access-control-allow-origin-header-with-giant-apache-56.html</link>
										<description><![CDATA[&nbsp; SetEnvIf Origin ^(https?://(?:.+&#92;.)?aonesalons&#92;.com(?::&#92;d{1,5})?)$   CORS_ALLOW_ORIGIN=$1 Header append Access-Control-Allow-Origin  %{CORS_ALLOW_ORIGIN}e   env=CORS_ALLOW_ORIGIN The &#039;Access-Control-Allow-Origin&#039; header...]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/allow-file-directory-listing-using-htaccess-77.html</guid>
										<title>Allow file directory listing using .htaccess</title>
										<link>https://www.navel.ir/article/allow-file-directory-listing-using-htaccess-77.html</link>
										<description><![CDATA[Options +IndexesIndexOptions FancyIndexing FoldersFirst SuppressIcon NameWidth=* DescriptionWidth=*]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/deny-direct-access-to-all-php-files-80.html</guid>
										<title>Deny direct access to all .php files</title>
										<link>https://www.navel.ir/article/deny-direct-access-to-all-php-files-80.html</link>
										<description><![CDATA[&lt;Files *.php&gt; Order allow,deny Deny from all&lt;/Files&gt;]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/deny-direct-public-access-to-all-files-in-directory-81.html</guid>
										<title>Deny direct public access to all files in directory</title>
										<link>https://www.navel.ir/article/deny-direct-public-access-to-all-files-in-directory-81.html</link>
										<description><![CDATA[&nbsp; &lt;Files *.*&gt; Order allow,deny Deny from all&lt;/Files&gt;]]></description>

									</item>

</channel>

</rss>