<?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>Problem With Solutions &#187; htaccess</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>redirect from http://domain.com/anything to https://domain.com/anything</title>
		<link>http://www.bestdesigns.co.in/blog/redirect-httpdomain-comanything-httpsdomain-comanything</link>
		<comments>http://www.bestdesigns.co.in/blog/redirect-httpdomain-comanything-httpsdomain-comanything#comments</comments>
		<pubDate>Thu, 18 Nov 2010 21:35:52 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[http to https]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1795</guid>
		<description><![CDATA[If you want to redirect all the URLs from http to https then add the following rules in .htaccess files OR Redirect from http://domain.com/anything to https://domain.com/anything For Example : Redirect  from http://indianwebportal.com/anything to https://www.indianwebportal.com/anything ================================= RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} / RewriteRule ^(.*)$ https://www.bestdesigns.co.in/blog/$1 [R,L] =================================]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/redirect-httpdomain-comanything-httpsdomain-comanything/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redirect all URLs to anoter blog URLs</title>
		<link>http://www.bestdesigns.co.in/blog/redirect-all-urls-to-anoter-blog-urls</link>
		<comments>http://www.bestdesigns.co.in/blog/redirect-all-urls-to-anoter-blog-urls#comments</comments>
		<pubDate>Thu, 11 Nov 2010 00:20:44 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1772</guid>
		<description><![CDATA[If you want to redirect all the URLs  from one blog to another blog URLs then add the following rewrite rules in .htaccess files. Example : I have redirected  my old blog from &#8220;http://www.bestdesigns.co.in/blog to my new domain http://www.bestdesigns.co.in/blog. I have added the following rewrite rules into old blog .htaccess files menas when any one<a href="http://www.bestdesigns.co.in/blog/redirect-all-urls-to-anoter-blog-urls">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/redirect-all-urls-to-anoter-blog-urls/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>https to http redirection</title>
		<link>http://www.bestdesigns.co.in/blog/https-to-http-redirection</link>
		<comments>http://www.bestdesigns.co.in/blog/https-to-http-redirection#comments</comments>
		<pubDate>Fri, 01 Oct 2010 14:34:23 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[https to http]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1548</guid>
		<description><![CDATA[How to redirect domain from https://domain.com to http://domain.com ? Ans: If you tried all the possibilities with the .htaccess file and your domain is still not redirected from https to http then finally you can add following code in virtual host entry means in httpd.conf file. Search the 443 entry for a domain and add<a href="http://www.bestdesigns.co.in/blog/https-to-http-redirection">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/https-to-http-redirection/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>redirect domain to subdirectory without redirect url</title>
		<link>http://www.bestdesigns.co.in/blog/redirect-domain-to-subdirectory-without-redirect-url</link>
		<comments>http://www.bestdesigns.co.in/blog/redirect-domain-to-subdirectory-without-redirect-url#comments</comments>
		<pubDate>Fri, 10 Sep 2010 16:17:52 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1454</guid>
		<description><![CDATA[How to redirect domain to sub-directory without redirect to  URL ]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/redirect-domain-to-subdirectory-without-redirect-url/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem in password protection using .htaccess</title>
		<link>http://www.bestdesigns.co.in/blog/problem-password-protection-htaccess</link>
		<comments>http://www.bestdesigns.co.in/blog/problem-password-protection-htaccess#comments</comments>
		<pubDate>Thu, 02 Sep 2010 15:47:10 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[CRE Loaded]]></category>
		<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Problem in password protection]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1385</guid>
		<description><![CDATA[How to protect CRE Loaded admin area ? or Problem when page requires authentication or How to set  password protection for sub directory  without affecting to other .htaccess rewrite rules Ans : You will notice that the default .htaccess will not work if your page requires authentication. Suppose you have set the password protection for<a href="http://www.bestdesigns.co.in/blog/problem-password-protection-htaccess">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/problem-password-protection-htaccess/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cgi_bin shows the internal server error</title>
		<link>http://www.bestdesigns.co.in/blog/cgi_bin-shows-internal-server-error</link>
		<comments>http://www.bestdesigns.co.in/blog/cgi_bin-shows-internal-server-error#comments</comments>
		<pubDate>Sun, 21 Mar 2010 05:45:01 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[cgi_bin shows the internal server error]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=815</guid>
		<description><![CDATA[Error:   500 internal server error is shown when access URL http://domain.com/cgi-bin/index.php Solution : Add the following Handler in httpd.conf file or .htaccess file. AddHandler application/x-httpd-php .php Done]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/cgi_bin-shows-internal-server-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove extensions from url</title>
		<link>http://www.bestdesigns.co.in/blog/remove-extensions-url</link>
		<comments>http://www.bestdesigns.co.in/blog/remove-extensions-url#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:55:12 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Remove extensions]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=812</guid>
		<description><![CDATA[How to remove the  .php extension from the URL  ? Ans : Add the following code in .htaccess file ====================== Options +FollowSymLinks Options +Indexes RewriteEngine on RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^([^\.]+)$ $1.php [NC,L] ====================== How to remove the  .html extension from the URL  ? Ans : Add the following code in .htaccess file ====================== Options<a href="http://www.bestdesigns.co.in/blog/remove-extensions-url">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/remove-extensions-url/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess Generation Issues in wordpress</title>
		<link>http://www.bestdesigns.co.in/blog/htaccess-generation-issues-wordpress</link>
		<comments>http://www.bestdesigns.co.in/blog/htaccess-generation-issues-wordpress#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:24:54 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=756</guid>
		<description><![CDATA[Fixing .htaccess Generation Issues in wordpress If your installation of WordPress does not generate a .htaccess file or if it does not write the new rules onto your existing .htaccess file then there are a couple reasons that could be causing this. Work step by step and continue to the next step only if the<a href="http://www.bestdesigns.co.in/blog/htaccess-generation-issues-wordpress">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/htaccess-generation-issues-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect domain to .cgi file</title>
		<link>http://www.bestdesigns.co.in/blog/redirect-domain-cgi-file</link>
		<comments>http://www.bestdesigns.co.in/blog/redirect-domain-cgi-file#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:17:50 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Redirect domain to .cgi file]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=752</guid>
		<description><![CDATA[If you want to redirect your domain http://domain.co.uk to http://domain.co.uk/cgi-bin/test/subdirectory/test.cgi file then add the following rewrite rule in .htaccess file ==================== Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.domain\.co\.uk$ [NC] RewriteRule ^/?$ "http\:\/\/www\.domain\.co\.uk\/cgi-bin\/test\/subdirectory\/test\.cgi$1" [R=301,L] ==================== Or ==================== http://domain.com to http://domain.com/cgi-bin/subdirectory/test.cgi then add the following rewrite rule in .htaccess file ==================== RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [OR]<a href="http://www.bestdesigns.co.in/blog/redirect-domain-cgi-file">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/redirect-domain-cgi-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter redirection problem</title>
		<link>http://www.bestdesigns.co.in/blog/codeigniter-redirection-problem</link>
		<comments>http://www.bestdesigns.co.in/blog/codeigniter-redirection-problem#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:25:50 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[CodeIgniter redirection problem]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=730</guid>
		<description><![CDATA[If CodeIgniter is installed on the linux server and the .htaccess file is correct but your domain is not working properly then you need to set the  &#8220;uri_protocol" in the "system/application/config/config.php&#8221; file is as follows. $config['uri_protocol']    = "REQUEST_URI";]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/codeigniter-redirection-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

