<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Ken Shafer&#039;s Bloggity-Blog</title>
	<atom:link href="http://shaferdesigns.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaferdesigns.com</link>
	<description>SEO, Social Media and General Web Designs Stuffs</description>
	<lastBuildDate>Thu, 12 Jan 2012 18:35:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on snazzleflort by Ken Shafer</title>
		<link>http://shaferdesigns.com/snazzleflort/comment-page-1/#comment-947</link>
		<dc:creator>Ken Shafer</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?page_id=251#comment-947</guid>
		<description>Why thank you!
I&#039;m running an experiment.</description>
		<content:encoded><![CDATA[<p>Why thank you!<br />
I&#8217;m running an experiment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on snazzleflort by hank</title>
		<link>http://shaferdesigns.com/snazzleflort/comment-page-1/#comment-946</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?page_id=251#comment-946</guid>
		<description>nice link!</description>
		<content:encoded><![CDATA[<p>nice link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mod_Rewrite for GoDaddy and WordPress by Patrick KASSI</title>
		<link>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/comment-page-1/#comment-928</link>
		<dc:creator>Patrick KASSI</dc:creator>
		<pubDate>Wed, 21 Dec 2011 10:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=77#comment-928</guid>
		<description>Morning, 
I have a problem on godaddy host. I use a url rewriting in &quot;.htaccess&quot; file . I have allways the error : 

&lt;strong&gt;Internal Server Error&lt;/strong&gt;
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.

If i delete ùy .htaccess, i see the first page of my site. How can i fix the problème.
Thos my .htaccess file:
/********************************************
# turn URL rewriting on
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(actions\/login\/openidfinishauth\/ac_login_openidfinishauth\.php)$ $1
RewriteRule ^(pages\/test\/test\/pc_test_test\.php)$ $1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\.js\.php$ $1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\_js\.php$ $1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\.js$ $1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\.css\.php$ $1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\_css\.php$ $1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\.css$ $1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

php_flag session.use_trans_sid off
********************************************/
My site is www.cimobiles.com/cigames</description>
		<content:encoded><![CDATA[<p>Morning,<br />
I have a problem on godaddy host. I use a url rewriting in &#8220;.htaccess&#8221; file . I have allways the error : </p>
<p><strong>Internal Server Error</strong><br />
The server encountered an internal error or misconfiguration and was unable to complete your request.<br />
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>If i delete ùy .htaccess, i see the first page of my site. How can i fix the problème.<br />
Thos my .htaccess file:<br />
/********************************************<br />
# turn URL rewriting on<br />
RewriteEngine on</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(actions\/login\/openidfinishauth\/ac_login_openidfinishauth\.php)$ $1<br />
RewriteRule ^(pages\/test\/test\/pc_test_test\.php)$ $1</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)\.js\.php$ $1</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)\_js\.php$ $1</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)\.js$ $1</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)\.css\.php$ $1</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)\_css\.php$ $1</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)\.css$ $1</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]</p>
<p>php_flag session.use_trans_sid off<br />
********************************************/<br />
My site is <a href="http://www.cimobiles.com/cigames" rel="nofollow">http://www.cimobiles.com/cigames</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mod_Rewrite for GoDaddy and WordPress by Amol</title>
		<link>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/comment-page-1/#comment-825</link>
		<dc:creator>Amol</dc:creator>
		<pubDate>Fri, 02 Sep 2011 12:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=77#comment-825</guid>
		<description>Hi,

My problem is when i click on link on page to go to login page its
http://www.artbeez.com/index.php/login/ it works fine on local IIS but on godaddy hosting space it displays 404 page not found error. It require URL as 
http://www.artbeez.com/index.php?/login/

How can i use .htaccess
to redirect to http://www.artbeez.com/index.php?/login/

from 
http://www.artbeez.com/index.php/login/

Please help me. Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My problem is when i click on link on page to go to login page its<br />
<a href="http://www.artbeez.com/index.php/login/" rel="nofollow">http://www.artbeez.com/index.php/login/</a> it works fine on local IIS but on godaddy hosting space it displays 404 page not found error. It require URL as<br />
<a href="http://www.artbeez.com/index.php?/login/" rel="nofollow">http://www.artbeez.com/index.php?/login/</a></p>
<p>How can i use .htaccess<br />
to redirect to <a href="http://www.artbeez.com/index.php?/login/" rel="nofollow">http://www.artbeez.com/index.php?/login/</a></p>
<p>from<br />
<a href="http://www.artbeez.com/index.php/login/" rel="nofollow">http://www.artbeez.com/index.php/login/</a></p>
<p>Please help me. Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m on Google+ Now by Matt</title>
		<link>http://shaferdesigns.com/social-media/im-on-google-now/comment-page-1/#comment-685</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 07 Jul 2011 18:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=227#comment-685</guid>
		<description>I heard that co-worker of yours is super good-looking.</description>
		<content:encoded><![CDATA[<p>I heard that co-worker of yours is super good-looking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy .htaccess mod_rewrite is working!!! by CC</title>
		<link>http://shaferdesigns.com/coding/godaddy-htaccess-mod_rewrite-is-working/comment-page-1/#comment-609</link>
		<dc:creator>CC</dc:creator>
		<pubDate>Fri, 27 May 2011 23:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=79#comment-609</guid>
		<description>Thanks so much for figuring this out. I&#039;ve tried many other examples to no avail. This did the trick right away. I don&#039;t know why godaddy has to be so difficult.</description>
		<content:encoded><![CDATA[<p>Thanks so much for figuring this out. I&#8217;ve tried many other examples to no avail. This did the trick right away. I don&#8217;t know why godaddy has to be so difficult.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infographic: Breaking Down Facebook and Twitter Users by Quora</title>
		<link>http://shaferdesigns.com/social-media/infographic-breaking-down-facebook-and-twitter-users/comment-page-1/#comment-396</link>
		<dc:creator>Quora</dc:creator>
		<pubDate>Thu, 06 Jan 2011 17:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=183#comment-396</guid>
		<description>&lt;strong&gt;Kenny Shafer...&lt;/strong&gt;

http://shaferdesigns.com...</description>
		<content:encoded><![CDATA[<p><strong>Kenny Shafer&#8230;</strong></p>
<p><a href="http://shaferdesigns.com.." rel="nofollow">http://shaferdesigns.com..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy .htaccess mod_rewrite is working!!! by marvalous marvalous</title>
		<link>http://shaferdesigns.com/coding/godaddy-htaccess-mod_rewrite-is-working/comment-page-1/#comment-390</link>
		<dc:creator>marvalous marvalous</dc:creator>
		<pubDate>Fri, 05 Nov 2010 17:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=79#comment-390</guid>
		<description>Ken,

thank you!!!</description>
		<content:encoded><![CDATA[<p>Ken,</p>
<p>thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy .htaccess mod_rewrite is working!!! by John</title>
		<link>http://shaferdesigns.com/coding/godaddy-htaccess-mod_rewrite-is-working/comment-page-1/#comment-389</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 21 Sep 2010 12:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=79#comment-389</guid>
		<description>Ken, thank you. Very helpful.</description>
		<content:encoded><![CDATA[<p>Ken, thank you. Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy .htaccess mod_rewrite is working!!! by YAMHI</title>
		<link>http://shaferdesigns.com/coding/godaddy-htaccess-mod_rewrite-is-working/comment-page-1/#comment-388</link>
		<dc:creator>YAMHI</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://shaferdesigns.com/?p=79#comment-388</guid>
		<description>thanks a lot. it worked perfect. i was having headache due to url rewriting in godaddy. :)</description>
		<content:encoded><![CDATA[<p>thanks a lot. it worked perfect. i was having headache due to url rewriting in godaddy. <img src='http://shaferdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

