<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
<channel>
<title>Apache</title>
<link>https://www.wmtips.com/</link>
<atom:link href="https://www.wmtips.com/Apache/rss.xml" rel="self" type="application/rss+xml" />
<description>HTML, CSS, SEO Tips · Website Information, IP Address Lookup, Keyword Density Analyzer, and other tools · Web technology rankings and usage statistics.</description>
<language>en-us</language>
<item>
<title>How to Make a Perfect Site Maintenance Page (Free Templates Included)</title>
<link>https://www.wmtips.com/html/howto-make-a-perfect-site-maintenance-page</link>
<guid>https://www.wmtips.com/html/howto-make-a-perfect-site-maintenance-page</guid>
<pubDate>Wed, 26 Aug 2020 13:27:43 +0000</pubDate>
<description><![CDATA[<p>It happens that sometimes you need to take your website offline for doing various maintenance tasks such as restoring a database backup, updating scripts, or switching from one web host to another.
Some CMS have built-in (or extendable via plugins) abilities to turn on maintenance mode and others do not.</p>
<p>In this article, you will know how to <strong>create</strong> a perfect maintenance page with PHP, how to <strong>redirect all requests</strong> to this page with a CMS functionality (if applicable) or Apache's <samp>mod_rewrite</samp> module, and how to <strong>minimize harm to your search engine rankings</strong> while your site is offline. You will also find a simple maintenance page template and a sample <samp>.htaccess</samp> file.</p>]]></description>
<category><![CDATA[HTML]]></category>
</item>
<item>
<title>How to Use Mod_rewrite For URL Rewriting in Apache</title>
<link>https://www.wmtips.com/apache/how-use-mod-rewrite-url-rewriting</link>
<guid>https://www.wmtips.com/apache/how-use-mod-rewrite-url-rewriting</guid>
<pubDate>Mon, 20 Jul 2009 17:04:36 +0000</pubDate>
<description><![CDATA[<p>URL Rewriting is the process of manipulating an URL or a link, which is send to a web server in such a way that the link is dynamically modified at the server to include additional parameters and information along with a server initiated redirection. The web server performs all these manipulations on the fly so that the browser is kept out of the loop regarding the change made in URL and the redirection.</p>
<p>URL Rewriting can benefit your websites and web based applications by providing better security, better visibility or friendliness with Search Engines and helps in keeping the structure of the website more easy to maintain for future changes...</p>]]></description>
<category><![CDATA[Apache]]></category>
</item>
<item>
<title>How to Restrict Access to a Directory Using Password Authentication</title>
<link>https://www.wmtips.com/apache/how-restrict-access-directory-using-password</link>
<guid>https://www.wmtips.com/apache/how-restrict-access-directory-using-password</guid>
<pubDate>Sun, 23 Dec 2007 18:45:15 +0000</pubDate>
<description><![CDATA[<p>When it comes to protecting sensitive files and data on your server, restricting access to certain directories is a crucial step. While there are several methods for securing a directory, using password authentication is a reliable and straightforward approach. In this article, we'll explore HTTP Basic authentication and how to restrict access to a directory using it.</p>]]></description>
<category><![CDATA[Apache]]></category>
</item>
</channel>
</rss> 