<?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>Technical Support Archives - DigitalZix</title>
	<atom:link href="https://digitalzix.com/category/technical-support/feed" rel="self" type="application/rss+xml" />
	<link>https://digitalzix.com</link>
	<description>Creative and Digital Marketing Agency</description>
	<lastBuildDate>Sun, 18 Aug 2019 10:37:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://digitalzix.com/wp-content/uploads/2019/03/cropped-DigitalZix-Icon-32x32.png</url>
	<title>Technical Support Archives - DigitalZix</title>
	<link>https://digitalzix.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Setting up a 301 redirect via htaccess</title>
		<link>https://digitalzix.com/setting-up-a-301-redirect-via-htaccess.html</link>
					<comments>https://digitalzix.com/setting-up-a-301-redirect-via-htaccess.html#comments</comments>
		
		<dc:creator><![CDATA[digitalzix]]></dc:creator>
		<pubDate>Tue, 12 Mar 2019 07:47:20 +0000</pubDate>
				<category><![CDATA[Technical Support]]></category>
		<guid isPermaLink="false">https://digitalzix.com/?p=2956</guid>

					<description><![CDATA[<p>Usually 301 redirection used to redirect website from  one to anther website. If you had an old domain such as digitalzix.in, and now you decided you actually want to use digitalzix.com for the website. You can setup a 301 redirect for the entire domain, so that old links will redirect to digitalzix.com. RewriteEngine on RewriteCond %{HTTP_HOST} ^digitalzix.in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://digitalzix.com/setting-up-a-301-redirect-via-htaccess.html">Setting up a 301 redirect via htaccess</a> appeared first on <a rel="nofollow" href="https://digitalzix.com">DigitalZix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Usually 301 redirection used to redirect website from  one to anther website. If you had an old domain such as digitalzix.in, and now you decided you actually want to use digitalzix.com for the website.</p>
<p>You can setup a 301 redirect for the entire domain, so that old links will redirect to digitalzix.com.</p>
<pre> RewriteEngine on
RewriteCond %{HTTP_HOST} ^digitalzix.in [NC,OR]
RewriteCond %{HTTP_HOST} ^www.digitalzix.in [NC]
RewriteRule ^(.*)$ http://dgitalzix.com/$1 [L,R=301,NC]</pre>
<p>The post <a rel="nofollow" href="https://digitalzix.com/setting-up-a-301-redirect-via-htaccess.html">Setting up a 301 redirect via htaccess</a> appeared first on <a rel="nofollow" href="https://digitalzix.com">DigitalZix</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://digitalzix.com/setting-up-a-301-redirect-via-htaccess.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
