<?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>prosoxi.com &#187; .htaccess</title>
	<atom:link href="http://www.prosoxi.com/category/programming/htaccess-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prosoxi.com</link>
	<description>Proven Solutions</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:01:00 +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>10 Ways to Use .htaccess to Speed Up WordPress</title>
		<link>http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/</link>
		<comments>http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 10:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[word press]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/</guid>
		<description><![CDATA[Recently I’ve become more and more interested in the .htaccess file as a way to speed up and protect your site. Previously here on WPShout I’ve written an “A to Z of WordPress .htaccess Hacks”, which has been a very popular post, and today we’re going to look at ten easy methods to speed up [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Mod_Rewrite</title>
		<link>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/</link>
		<comments>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/11/php-mod_rewrite/</guid>
		<description><![CDATA[I commented out the RewriteRule in my .htaccess file and created a new WP_Rewrite rule in my WP theme&#8217;s functions.php file. This effectively accomplishes the same thing, but ensures that WordPress is aware of the &#8216;extra&#8217; querystring variables (so they&#8217;re not lost or ignored). /** * Handle URL rewrites for profiles page **/ function ctx_rewrite_participant_profiles() [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Htaccess, Apache, And Rewrites!</title>
		<link>http://www.prosoxi.com/2011/11/11/htaccess-apache-and-rewrites/</link>
		<comments>http://www.prosoxi.com/2011/11/11/htaccess-apache-and-rewrites/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/11/htaccess-apache-and-rewrites/</guid>
		<description><![CDATA[As a web designer or developer, it is important to know how to use the htaccess file to your advantage. It is a very powerful tool, and can even work as a deterrent for bandwidth thieves, exploits, and hackers. Below are some common examples of rules to consider when developing websites. We hope you find [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/11/htaccess-apache-and-rewrites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I execute PHP code on my existing myfile.html page?</title>
		<link>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/</link>
		<comments>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:59:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/</guid>
		<description><![CDATA[When a web page is accessed, the server checks the extension to know how to handle the page. Generally speaking if it sees a .htm or .html file, it sends it right to the browser because it doesn&#8217;t have anything to process on the server. If it sees a .php extension (or .shtml, or .asp, [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mod Rewrite Generator</title>
		<link>http://www.prosoxi.com/2011/10/31/mod-rewrite-generator/</link>
		<comments>http://www.prosoxi.com/2011/10/31/mod-rewrite-generator/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 08:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/10/31/mod-rewrite-generator/</guid>
		<description><![CDATA[The Mod Rewrite Generator can be used to turn dynamic URLs into search engine friendly static URLs. Static URLs typically rank better in search engines than long complex dynamic URLs with lots of parameters, they are easier to index in the first place and they&#8217;re also friendlier looking to the end user. The apache module [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/10/31/mod-rewrite-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using htaccess Files for Pretty URLS</title>
		<link>http://www.prosoxi.com/2011/10/31/using-htaccess-files-for-pretty-urls/</link>
		<comments>http://www.prosoxi.com/2011/10/31/using-htaccess-files-for-pretty-urls/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 08:43:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/10/31/using-htaccess-files-for-pretty-urls/</guid>
		<description><![CDATA[&#160; Continuing our review of htaccess files, today we’ll examine how to use mod_rewrite to create pretty URLs. Benefits of Formatted URLs While some claim pretty URLs help in search engine rankings, the debate here is fierce, we can all agree that pretty URLs make things easier for our users and adds a level of [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/10/31/using-htaccess-files-for-pretty-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Online .htaccess Mod Rewrite Rules Generator</title>
		<link>http://www.prosoxi.com/2011/10/31/top-5-online-htaccess-mod-rewrite-rules-generator-2/</link>
		<comments>http://www.prosoxi.com/2011/10/31/top-5-online-htaccess-mod-rewrite-rules-generator-2/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 08:40:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/10/31/top-5-online-htaccess-mod-rewrite-rules-generator-2/</guid>
		<description><![CDATA[mod_rewrite rules are the power of apache which lets you to do magic withredirection. Using mod_rewrite rule you can create SEO friendly URL’s, forward specific request to any other domain, restrict access to webpages or website based on user agent and much more. &#160; However creating proper mod rewrite rules could be hassle and its [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/10/31/top-5-online-htaccess-mod-rewrite-rules-generator-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess  AddCharset</title>
		<link>http://www.prosoxi.com/2011/04/07/htaccess-addcharset/</link>
		<comments>http://www.prosoxi.com/2011/04/07/htaccess-addcharset/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 19:24:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/04/07/htaccess-addcharset/</guid>
		<description><![CDATA[Your feed appears to be encoded as &#34;utf-8&#34;, but your server is reporting &#34;US-ASCII&#34; &#160; Problem: When you run your feed through FeedValidator you receive an error similar to: Your feed appears to be encoded as “utf-8”, but your server is reporting “US-ASCII” Answer: What this means is that your server is configured to automatically [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/04/07/htaccess-addcharset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting non-www to www with .htaccess</title>
		<link>http://www.prosoxi.com/2011/03/15/redirecting-non-www-to-www-with-htaccess/</link>
		<comments>http://www.prosoxi.com/2011/03/15/redirecting-non-www-to-www-with-htaccess/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 14:05:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/03/15/redirecting-non-www-to-www-with-htaccess/</guid>
		<description><![CDATA[If you want to redirect all non-www requests to your site to the www version, all you need to do is add the following code to your .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] This will redirect any requests to http://my-domain.com to http://www.my-domain.com. There are several benefits from doing that: It [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/03/15/redirecting-non-www-to-www-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>increase php upload limit</title>
		<link>http://www.prosoxi.com/2011/02/22/increase-php-upload-limit/</link>
		<comments>http://www.prosoxi.com/2011/02/22/increase-php-upload-limit/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 09:49:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=2061</guid>
		<description><![CDATA[.htaccess php_value post_max_size 20M php_value upload_max_filesize 10M PHP ini_set('meemory_limit', '96M'); ini_set('post_max_size', '64M'); ini_set('upload_max_filesize', '64M'); PHP.ini memory_limit = 96M post_max_size = 64M upload_max_filesize = 64M]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/02/22/increase-php-upload-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess: Directory Listing – Enable Web Directory Browsing &amp; Indexing</title>
		<link>http://www.prosoxi.com/2011/02/15/htaccess-directory-listing-%e2%80%93-enable-web-directory-browsing-indexing/</link>
		<comments>http://www.prosoxi.com/2011/02/15/htaccess-directory-listing-%e2%80%93-enable-web-directory-browsing-indexing/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 19:53:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=1992</guid>
		<description><![CDATA[One of the best things I love Apache web server is that it instantly enables you to share files and resources via plain web directory index listing without having to spend time making any fancy web pages to serve them. However, there are times when you need to hide things out. To disable web directory [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/02/15/htaccess-directory-listing-%e2%80%93-enable-web-directory-browsing-indexing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess Redirect to Maintenance Page</title>
		<link>http://www.prosoxi.com/2011/01/19/htaccess-redirect-to-maintenance-page/</link>
		<comments>http://www.prosoxi.com/2011/01/19/htaccess-redirect-to-maintenance-page/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 15:02:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=1905</guid>
		<description><![CDATA[Redirecting visitors to a maintenance page or other temporary page is an essential tool to have in your tool belt. Using HTAccess, redirecting visitors to a temporary maintenance page is simple and effective. All you need to redirect your visitors is the following code placed in your site’s root HTAccess: # MAINTENANCE-PAGE REDIRECT &#60;IfModule mod_rewrite.c&#62; [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/01/19/htaccess-redirect-to-maintenance-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess speed up site</title>
		<link>http://www.prosoxi.com/2010/10/31/htaccess-speed-up-site/</link>
		<comments>http://www.prosoxi.com/2010/10/31/htaccess-speed-up-site/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 07:48:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[speed up]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1424</guid>
		<description><![CDATA[Increase your page load times and save bandwidth with easy and really effective methods using apache htaccess directives. This module controls the setting of the Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. The expiration date can set to be relative to either the time the source file [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/10/31/htaccess-speed-up-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess hotlink protection</title>
		<link>http://www.prosoxi.com/2010/10/31/htaccess-hotlink-protection/</link>
		<comments>http://www.prosoxi.com/2010/10/31/htaccess-hotlink-protection/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 07:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1421</guid>
		<description><![CDATA[Hotlink protection of images Use this generator to create a .htaccess file for hotlink protection of your images and pictures. Hotlink protection can save you lots of bandwidth by preventing other sites from displaying your images.[ad code=4] After you have created a .htaccess for hotlink protection, you can use the tool to test hotlink protection. [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/10/31/htaccess-hotlink-protection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create subdomains with .htaccess</title>
		<link>http://www.prosoxi.com/2010/10/29/create-subdomains-with-htaccess/</link>
		<comments>http://www.prosoxi.com/2010/10/29/create-subdomains-with-htaccess/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 19:27:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[subdomains]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1379</guid>
		<description><![CDATA[Dynamic subdomains using htaccess This will render abcd.yourwebsite.com into yourwebsite.com/wor_out.php?url=abc RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.yourwebsite.com RewriteCond %{HTTP_HOST} ([^.]+)\.yourwebsite.com RewriteRule ^(.*)$ /path_to_your_site/httpdocs/work_out.php?url=%1 [ad code=2 align=center]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/10/29/create-subdomains-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess Examples: Cookies, Variables, Custom Headers</title>
		<link>http://www.prosoxi.com/2010/10/14/htaccess-examples-cookies-variables-custom-headers/</link>
		<comments>http://www.prosoxi.com/2010/10/14/htaccess-examples-cookies-variables-custom-headers/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 16:26:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1331</guid>
		<description><![CDATA[Redirect Request ending in .html/ to .html RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.+)\.html/\ HTTP/ RewriteRule ^(.+)\.html/$ http://www.askapache.com/$1.html [R=301,L] Or a lower quality alternative RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^[^\.]+\.html/$ RewriteRule ^(.*)\.html.*$ http://www.askapache.com/$1.html [R=301,L] Redirect All Feeds to Feedburner’s MyBrand RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(feed&#124;wp-atom&#124;wp-feed&#124;wp-rss&#124;wp-rdf&#124;wp-commentsrss)(.*)\ HTTP/ [NC,OR] RewriteCond %{QUERY_STRING} ^feed [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/10/14/htaccess-examples-cookies-variables-custom-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Optimize Your Site With GZIP Compression .htaccess</title>
		<link>http://www.prosoxi.com/2010/09/03/how-to-optimize-your-site-with-gzip-compression-htaccess/</link>
		<comments>http://www.prosoxi.com/2010/09/03/how-to-optimize-your-site-with-gzip-compression-htaccess/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 09:27:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1263</guid>
		<description><![CDATA[Setting up the server The “good news” is that we can’t control the browser. It either sends the Accept-encoding: gzip, deflate header or it doesn’t. Our job is to configure the server so it returns zipped content if the browser can handle it, saving bandwidth for everyone (and giving us a happy user). For IIS, [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/09/03/how-to-optimize-your-site-with-gzip-compression-htaccess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess SSI Variables</title>
		<link>http://www.prosoxi.com/2010/07/22/htaccess-ssi-variables/</link>
		<comments>http://www.prosoxi.com/2010/07/22/htaccess-ssi-variables/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:56:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1225</guid>
		<description><![CDATA[SSI Variables DATE_GMT=Sun Mar 8 22:58:56 2009 DATE_LOCAL=Sun Mar 8 15:58:56 2009 DOCUMENT_NAME=FOOTER.html DOCUMENT_ROOT=/root-srv/protected/askapache.com/sec DOCUMENT_URI=/includes/FOOTER.html GATEWAY_INTERFACE=CGI/1.1 HTTP_ACCEPT=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 HTTP_ACCEPT_CHARSET=ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING=gzip,deflate HTTP_ACCEPT_LANGUAGE=en-us,en;q=0.5 HTTP_CACHE_CONTROL=max-age=0 HTTP_CONNECTION=keep-alive HTTP_COOKIE=__qca=12298910-686528-46510; __utmb=50625.1.0.11311 HTTP_HOST=www.askapache.com HTTP_KEEP_ALIVE=300 HTTP_REFERER=http://www.askapache.com/htaccess/htaccess.html HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729) LAST_MODIFIED=Sun Mar 8 14:53:50 2009 PATH=/bin:/usr/bin:/sbin:/usr/sbin QUERY_STRING= REMOTE_ADDR=24.123.215.60 REMOTE_PORT=4785 REQUEST_METHOD=GET REQUEST_URI=/htaccess/ SCRIPT_FILENAME=/root-srv/protected/askapache.com/sec/includes/FOOTER.html SCRIPT_NAME=/includes/FOOTER.html SCRIPT_URI=http://www.askapache.com/htaccess/ SCRIPT_URL=/htaccess/ [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/07/22/htaccess-ssi-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess Redirecting non-www to www with .htaccess</title>
		<link>http://www.prosoxi.com/2010/06/28/htaccess-redirecting-non-www-to-www-with-htaccess/</link>
		<comments>http://www.prosoxi.com/2010/06/28/htaccess-redirecting-non-www-to-www-with-htaccess/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 13:17:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=1165</guid>
		<description><![CDATA[If you want to redirect all non-www requests to your site to the www version, all you need to do is add the following code to your .htaccess file: in your .htaccess file RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] This will redirect any requests to http://my-domain.com to http://www.my-domain.com. There are several benefits [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/06/28/htaccess-redirecting-non-www-to-www-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>friendly url with htaccess</title>
		<link>http://www.prosoxi.com/2010/03/04/redirect-a-page-to-name-anchor-within-htaccess/</link>
		<comments>http://www.prosoxi.com/2010/03/04/redirect-a-page-to-name-anchor-within-htaccess/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:58:26 +0000</pubDate>
		<dc:creator>kostas</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=997</guid>
		<description><![CDATA[suppose you want /articles.php?cat=$1&#38;art=$2 to become magazine/1/2 then you need these two rules: #articles.php?cat=$1&#38;art=$2 RewriteRule ^magazine/([^/]*)/([^/]*)$ /articles.php?cat=$1&#38;art=$2&#38;marker [L] RewriteCond %{REQUEST_URI} /articles\.php [NC] RewriteCond %{QUERY_STRING} ^cat=(.*)&#38;art=(.*) RewriteCond %{QUERY_STRING} !marker RewriteRule (.*) http://mydomain/%1/%2? [R=301,L]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/03/04/redirect-a-page-to-name-anchor-within-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Online .htaccess Mod Rewrite Rules Generator</title>
		<link>http://www.prosoxi.com/2010/03/01/top-5-online-htaccess-mod-rewrite-rules-generator/</link>
		<comments>http://www.prosoxi.com/2010/03/01/top-5-online-htaccess-mod-rewrite-rules-generator/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=990</guid>
		<description><![CDATA[You might be aware of mod_rewrite rule and .htaccess file if you are using wordpress as your Blogging platform, .htaccess is the apache’s default directory level configuration files which can be used to password protect and redirect requests. Webmasters need to give special attentions to .htaccess on apache webserver as its very difficult to enforce [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/03/01/top-5-online-htaccess-mod-rewrite-rules-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess upload_max_filesize ini_set()</title>
		<link>http://www.prosoxi.com/2010/01/25/htaccess-upload_max_filesize-ini_set/</link>
		<comments>http://www.prosoxi.com/2010/01/25/htaccess-upload_max_filesize-ini_set/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 15:55:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=956</guid>
		<description><![CDATA[I m PHP 5.2.0 / Apache and I can&#8217;t access php.ini I try to update .htaccess and added php_value upload_max_filesize &#8220;25M&#8221; php_value post_max_size &#8220;25M&#8221; However it will give me &#8220;Internal Server Error&#8221; From the log file , i can see the error msg [Mon Jan 22 14:57:57 2007] [alert] [client 127.0.0.1] C:/work/www/Joomla-1.0.11_eCommerceEdition_VM-1.0.7/.htaccess: Invalid command &#8216;php_value&#8217;, [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2010/01/25/htaccess-upload_max_filesize-ini_set/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Trailing Slash to the End of the URL with .htaccess Rewrite Rules</title>
		<link>http://www.prosoxi.com/2009/08/03/add-trailing-slash-to-the-end-of-the-url-with-htaccess-rewrite-rules/</link>
		<comments>http://www.prosoxi.com/2009/08/03/add-trailing-slash-to-the-end-of-the-url-with-htaccess-rewrite-rules/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:19:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=733</guid>
		<description><![CDATA[For a website that has URLs that end with a slash (/), it’s a good practice to ensure that all url links been parsed by the web server ended with trailing slash, even if visitors forget to enter the ending slash. This avoid visitors been served with 404 Page Not Found or Page Cannot be Displayed [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/08/03/add-trailing-slash-to-the-end-of-the-url-with-htaccess-rewrite-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Protecting Your Pages with htaccess</title>
		<link>http://www.prosoxi.com/2009/07/30/password-protecting-your-pages-with-htaccess/</link>
		<comments>http://www.prosoxi.com/2009/07/30/password-protecting-your-pages-with-htaccess/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:42:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=724</guid>
		<description><![CDATA[Creating the password file The first step is to create a simple text file that will store your username and password, separated by a colon (:). The small catch is that the password must be encrypted. Luckily, there are many free web-based utilities that will encrypt the password for you. Try one of these: 4WebHelp&#8217;s online [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/07/30/password-protecting-your-pages-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php, MySql, .htaccess: friendly urls</title>
		<link>http://www.prosoxi.com/2009/07/26/php-mysql-htaccess-friendly-urls/</link>
		<comments>http://www.prosoxi.com/2009/07/26/php-mysql-htaccess-friendly-urls/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 16:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/2009/07/26/php-mysql-htaccess-friendly-urls/</guid>
		<description><![CDATA[Php, MySql, .htaccess: friendly urls There are a lot of tutorials that show how to change an address like: www.mysite.com/products.php?product_id=1234 into others like: www.mysite.com/products/1234 www.mysite.com/products/1234.html In this article I’d like to go one step forward and to create something like: www.mysite.com/easy-to-remember-product-name www.mysite.com/easy-to-remember-product-name.html How-To and Contraindications Switching from an address like the first one to the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/07/26/php-mysql-htaccess-friendly-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess Generator</title>
		<link>http://www.prosoxi.com/2009/04/03/htaccess-generator/</link>
		<comments>http://www.prosoxi.com/2009/04/03/htaccess-generator/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=549</guid>
		<description><![CDATA[.htaccess File Wizard The .htaccess is a simple method that allows you to customise the way the webserver works on a per directory basis. The .htaccess file is a simple ASCII text file, which when placed in a certain directory in your webspace, will cause the webserver to use that configuration on all files in [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2009/04/03/htaccess-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Redirect a Web Page</title>
		<link>http://www.prosoxi.com/2008/08/08/how-to-redirect-a-web-page/</link>
		<comments>http://www.prosoxi.com/2008/08/08/how-to-redirect-a-web-page/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 06:38:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[cfusion]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=44</guid>
		<description><![CDATA[301 Redirect 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It&#8217;s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it&#8217;s the safest option. The code &#8220;301&#8243; is interpreted as [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/08/08/how-to-redirect-a-web-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>301 Redirect Examples .htaccess</title>
		<link>http://www.prosoxi.com/2008/08/08/301-redirect-examples-htaccess/</link>
		<comments>http://www.prosoxi.com/2008/08/08/301-redirect-examples-htaccess/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 06:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>

		<guid isPermaLink="false">http://www.prosoxi.gr/?p=43</guid>
		<description><![CDATA[To Move a single page Quick, easy and seamless for your visitors. Redirect 301 /oldpage.html http://www.example.com/newpage.html To Move an entire site This will catch any traffic on your old site and redirect it to your index page on your new server. If you want to redirect each page to its new spot, this isn&#8217;t the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2008/08/08/301-redirect-examples-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

