<?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>Apache directives | Tutes Club</title>
	<atom:link href="https://tutes.in/category/apache-directives/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Thu, 09 Dec 2021 14:44:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Ways to block user via .htaccess</title>
		<link>https://tutes.in/ways-to-block-user-via-htaccess/</link>
					<comments>https://tutes.in/ways-to-block-user-via-htaccess/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 09 Dec 2021 14:44:39 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2718</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/ways-to-block-user-via-htaccess/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix Magento2 apis not working? fix coupon apis and other PUT OPTIONS APIs</title>
		<link>https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/</link>
					<comments>https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sun, 26 Sep 2021 22:15:56 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[Magento]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2707</guid>

					<description><![CDATA[<p>The issue is actually related to your server&#8217;s configuration. By default all types of requests are not allowed. Please add the following to your .htaccess file</p>
The post <a href="https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/">How to fix Magento2 apis not working? fix coupon apis and other PUT OPTIONS APIs</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to put a site in maintenance? [Apache web server]</title>
		<link>https://tutes.in/how-to-put-a-site-in-maintenance-apache-web-server/</link>
					<comments>https://tutes.in/how-to-put-a-site-in-maintenance-apache-web-server/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 08 Sep 2021 16:32:35 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2695</guid>

					<description><![CDATA[<p>Content of your .htaccess file If you want to whitelist any IP, use this Here is a sample htaccess for a wordpress website with 1 IP whitelisted 4.129.45.44 and all others are banned. So you only will be able to load the website while everyone else will see contents of index.html with HTTP Status code [&#8230;]</p>
The post <a href="https://tutes.in/how-to-put-a-site-in-maintenance-apache-web-server/">How to put a site in maintenance? [Apache web server]</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-put-a-site-in-maintenance-apache-web-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Basic Authentication in nginx for any domain, server or location block</title>
		<link>https://tutes.in/basic-authentication-in-nginx-for-any-domain-server-or-location-block/</link>
					<comments>https://tutes.in/basic-authentication-in-nginx-for-any-domain-server-or-location-block/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 01:17:20 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[restricted content]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2687</guid>

					<description><![CDATA[<p>Update the domain.conf file like /etc/nginx/conf.d/vhosts/myrestricteddomain.com.ssl.conf Ideally, use it in server config Save and restart nginx</p>
The post <a href="https://tutes.in/basic-authentication-in-nginx-for-any-domain-server-or-location-block/">Basic Authentication in nginx for any domain, server or location block</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/basic-authentication-in-nginx-for-any-domain-server-or-location-block/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Basic Authentication with Nginx with proxy port (react/node app etc)</title>
		<link>https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/</link>
					<comments>https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 22 Jan 2021 19:39:18 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[nginx]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2639</guid>

					<description><![CDATA[<p>Reference: https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/ Requirements: apache2-utils&#160;or&#160;httpd-tools Use htpasswd utility and create a .htpasswd file, see reference After that, just add lines in nginx conf Restart nginx now or test first using &#8220;nginx -t&#8221;</p>
The post <a href="https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/">Basic Authentication with Nginx with proxy port (react/node app etc)</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sample .htaccess for Laravel with PHP FPM</title>
		<link>https://tutes.in/sample-htaccess-for-laravel-with-php-fpm/</link>
					<comments>https://tutes.in/sample-htaccess-for-laravel-with-php-fpm/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 23 Oct 2020 11:52:54 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[fpm]]></category>
		<category><![CDATA[laravel]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2629</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/sample-htaccess-for-laravel-with-php-fpm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to whitelist IPs in NGINX configuration?</title>
		<link>https://tutes.in/how-to-whitelist-ips-in-nginx-configuration/</link>
					<comments>https://tutes.in/how-to-whitelist-ips-in-nginx-configuration/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 08 Jun 2020 17:34:38 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[whitelisting]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2591</guid>

					<description><![CDATA[<p>Add this code in your .conf file</p>
The post <a href="https://tutes.in/how-to-whitelist-ips-in-nginx-configuration/">How to whitelist IPs in NGINX configuration?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-whitelist-ips-in-nginx-configuration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix Undefined class constant &#8216;ARRAY_AS_PROPS&#8217; Fatal Error?</title>
		<link>https://tutes.in/how-to-fix-undefined-class-constant-array_as_props-fatal-error/</link>
					<comments>https://tutes.in/how-to-fix-undefined-class-constant-array_as_props-fatal-error/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 09:11:17 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2429</guid>

					<description><![CDATA[<p>I received this error &#8220;Fatal Error: Uncaught error in Undefined class constant &#8216;ARRAY_AS_PROPS'&#8221;This issue is not related to PHP if you have 7.0 and above, it is zend framework&#8217;s module zend-http wrapper which is affected if Apache module is not present File responsible: zendframework\zend-http\src\Header\Cookie.php:75 Solution Do check enabled modules for Apache, I found out that [&#8230;]</p>
The post <a href="https://tutes.in/how-to-fix-undefined-class-constant-array_as_props-fatal-error/">How to fix Undefined class constant ‘ARRAY_AS_PROPS’ Fatal Error?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-fix-undefined-class-constant-array_as_props-fatal-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use .htaccess to run all .html files as .php by using PHP handlers in Apache w/o CGI?</title>
		<link>https://tutes.in/how-to-use-htaccess-to-run-all-html-files-as-php-by-using-php-handlers-in-apache-w-o-cgi/</link>
					<comments>https://tutes.in/how-to-use-htaccess-to-run-all-html-files-as-php-by-using-php-handlers-in-apache-w-o-cgi/#comments</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 23 Jan 2019 09:52:54 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[handler]]></category>
		<category><![CDATA[htacces]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2219</guid>

					<description><![CDATA[<p>If you are not able to find the correct Handler, Simply create a .php file with the following contents: and run/open this file in browser. Use this output in .htaccess file Create a .htaccess file at the root of your website(usually a folder named public_html or htdocs on linux servers) and add this line: Example [&#8230;]</p>
The post <a href="https://tutes.in/how-to-use-htaccess-to-run-all-html-files-as-php-by-using-php-handlers-in-apache-w-o-cgi/">How to use .htaccess to run all .html files as .php by using PHP handlers in Apache w/o CGI?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-use-htaccess-to-run-all-html-files-as-php-by-using-php-handlers-in-apache-w-o-cgi/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>5 ways to redirect your Web page?</title>
		<link>https://tutes.in/how-to-redirect-your-web-page/</link>
					<comments>https://tutes.in/how-to-redirect-your-web-page/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 12 Jan 2019 10:11:03 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[apache redirect]]></category>
		<category><![CDATA[html redirect]]></category>
		<category><![CDATA[js redirect]]></category>
		<category><![CDATA[php redirect]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[redirection through cpanel]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2134</guid>

					<description><![CDATA[<p>Hi Everyone! In this post we will be learning about redirects. And see how you can redirect your web-page. We will see two ways to redirect web-pages: Through your registrars&#8217; Cpanel. Right into your code. Through cPanel redirect feature You can easily redirect your visitors from one page to another with the help of the&#160;Redirects&#160;feature.&#160; [&#8230;]</p>
The post <a href="https://tutes.in/how-to-redirect-your-web-page/">5 ways to redirect your Web page?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-redirect-your-web-page/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
