<?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 on: How To Parse HTML Files As PHP</title> <atom:link href="http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/feed/" rel="self" type="application/rss+xml" /><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/</link> <description>Velvet Blues offers a wide variety of website-related services such as: complete websites, eCommerce, design, XHTML/CSS slicing, search engine optimization, and content management with custom or open source software such as WordPress, Joomla, and Drupal. Take a look at our portfolio and see for yourself.</description> <lastBuildDate>Thu, 29 Dec 2011 17:15:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Iswandi</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-15720</link> <dc:creator>Iswandi</dc:creator> <pubDate>Thu, 22 Dec 2011 19:20:54 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-15720</guid> <description>Hi,Thanks, it works just fine for my case. Before I had &quot;AddHandler application/x-httpd-php .html .htm&quot; which didn&#039;t work than I changed into &quot;AddHandler application/x-httpd-php5 .html .htm&quot; like the first example above, then works fineCheers</description> <content:encoded><![CDATA[<p>Hi,</p><p>Thanks, it works just fine for my case. Before I had &#8220;AddHandler application/x-httpd-php .html .htm&#8221; which didn&#8217;t work than I changed into &#8220;AddHandler application/x-httpd-php5 .html .htm&#8221; like the first example above, then works fine</p><p>Cheers</p> ]]></content:encoded> </item> <item><title>By: Stuart</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-6998</link> <dc:creator>Stuart</dc:creator> <pubDate>Sun, 04 Sep 2011 17:09:10 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-6998</guid> <description>Once again have come back to this post which has saved the day! GoDaddy have recently upgraded their Hosting Configuration to Apache Version 2.2 and so the original .htaccess code no longer works. However thanks to Bill for the new .htacccess code php parsing is working again! You can check the hosting configuration apache version on the hosting dashboard. Thanks again!</description> <content:encoded><![CDATA[<p>Once again have come back to this post which has saved the day! GoDaddy have recently upgraded their Hosting Configuration to Apache Version 2.2 and so the original .htaccess code no longer works. However thanks to Bill for the new .htacccess code php parsing is working again! You can check the hosting configuration apache version on the hosting dashboard.<br /> Thanks again!</p> ]]></content:encoded> </item> <item><title>By: Prince Vasquez</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-6823</link> <dc:creator>Prince Vasquez</dc:creator> <pubDate>Mon, 11 Jul 2011 02:45:44 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-6823</guid> <description>This saved me a whole lot of researching. Thanks for this. I hope your codes above will work on Crazy Domains (Australian Hosting). I tried it on Hostgator and works perfectly fine.</description> <content:encoded><![CDATA[<p>This saved me a whole lot of researching. Thanks for this. I hope your codes above will work on Crazy Domains (Australian Hosting). I tried it on Hostgator and works perfectly fine.</p> ]]></content:encoded> </item> <item><title>By: badar</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-6819</link> <dc:creator>badar</dc:creator> <pubDate>Sat, 09 Jul 2011 15:50:03 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-6819</guid> <description>Nice post…i use godaddy for 1 website…couldn’t figure out, at first, why the syntax i was used to using was working.</description> <content:encoded><![CDATA[<p>Nice post…i use godaddy for 1 website…couldn’t figure out, at first, why the syntax i was used to using was working.</p> ]]></content:encoded> </item> <item><title>By: Vernon Morris</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-6656</link> <dc:creator>Vernon Morris</dc:creator> <pubDate>Sat, 21 May 2011 12:12:09 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-6656</guid> <description>Bill, that was a life saver. I just upgraded my Godaddy hosting to the 4Gh...and your code was the only one that worked</description> <content:encoded><![CDATA[<p>Bill, that was a life saver. I just upgraded my Godaddy hosting to the 4Gh&#8230;and your code was the only one that worked</p> ]]></content:encoded> </item> <item><title>By: Bill</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-6008</link> <dc:creator>Bill</dc:creator> <pubDate>Tue, 01 Feb 2011 02:38:53 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-6008</guid> <description>Thanks for the info, it was quite helpful, but I still had to call my host, GoDaddy, to get this working. In the end it works, and my .htaccess file looks like this:Options +ExecCGI AddType application/x-httpd-php .php .htm .html AddHandler x-httpd-php5 .php .htm .htmlI hope this helps someone else having the same issues.</description> <content:encoded><![CDATA[<p>Thanks for the info, it was quite helpful, but I still had to call my host, GoDaddy, to get this working. In the end it works, and my .htaccess file looks like this:</p><p>Options +ExecCGI<br /> AddType application/x-httpd-php .php .htm .html<br /> AddHandler x-httpd-php5 .php .htm .html</p><p>I hope this helps someone else having the same issues.</p> ]]></content:encoded> </item> <item><title>By: Jan</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-6007</link> <dc:creator>Jan</dc:creator> <pubDate>Tue, 01 Feb 2011 02:18:34 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-6007</guid> <description>I got this error with the GoDaddy codeForbidden You don&#039;t have permission to access /index.html on this server.Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.--------------------------------------------------------------------------------Apache Server at mainharborstore.com Port 80</description> <content:encoded><![CDATA[<p>I got this error with the GoDaddy code</p><p>Forbidden<br /> You don&#8217;t have permission to access /index.html on this server.</p><p>Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p><p>Apache Server at mainharborstore.com Port 80</p> ]]></content:encoded> </item> <item><title>By: Jan</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-6006</link> <dc:creator>Jan</dc:creator> <pubDate>Tue, 01 Feb 2011 01:28:42 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-6006</guid> <description>GoDaddy code shown did not work today.  Ruby, Perl &amp; Python now come standard on server - don&#039;t know if that&#039;s the hangup.</description> <content:encoded><![CDATA[<p>GoDaddy code shown did not work today.  Ruby, <acronym title="Practical Extraction and Report Language">Perl</acronym> &amp; Python now come standard on server &#8211; don&#8217;t know if that&#8217;s the hangup.</p> ]]></content:encoded> </item> <item><title>By: Stuart Spindlow</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-5686</link> <dc:creator>Stuart Spindlow</dc:creator> <pubDate>Tue, 05 Oct 2010 16:53:17 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-5686</guid> <description>GoDaddy should really think about posting this to their Help Forums!</description> <content:encoded><![CDATA[<p>GoDaddy should really think about posting this to their Help Forums!</p> ]]></content:encoded> </item> <item><title>By: Stuart Spindlow</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-5685</link> <dc:creator>Stuart Spindlow</dc:creator> <pubDate>Tue, 05 Oct 2010 16:52:07 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-5685</guid> <description>I cannot thank you enough for the GoDaddy .htaccess code!! It has been driving me crazy!!! :)</description> <content:encoded><![CDATA[<p>I cannot thank you enough for the GoDaddy .htaccess code!! It has been driving me crazy!!! <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Greg London</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-5166</link> <dc:creator>Greg London</dc:creator> <pubDate>Sun, 18 Apr 2010 20:16:17 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-5166</guid> <description>Thank you so much for the Godaddy .htaccess code. I called them up and they couldn&#039;t help, but this post did! </description> <content:encoded><![CDATA[<p>Thank you so much for the Godaddy .htaccess code. I called them up and they couldn&#8217;t help, but this post did!</p> ]]></content:encoded> </item> <item><title>By: nGeeks.com</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-5091</link> <dc:creator>nGeeks.com</dc:creator> <pubDate>Thu, 11 Mar 2010 22:56:38 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-5091</guid> <description>&lt;strong&gt;Cómo procesar archivos HTML como archivos PHP...&lt;/strong&gt;Hay muchas razones para querer procesar archivos HTML como archivos PHP. Algunos webmasters lo hacen porque están convirtiendo un antiguo sitio estático a un sitio web dinámico y no quieren perder pagerank. Otras webs lo hacen porque los motores de ...</description> <content:encoded><![CDATA[<p><strong>Cómo procesar archivos <acronym title="HyperText Markup Language">HTML</acronym> como archivos <acronym title="Pre-Hypertext Processing">PHP</acronym>&#8230;</strong></p><p>Hay muchas razones para querer procesar archivos <acronym title="HyperText Markup Language">HTML</acronym> como archivos <acronym title="Pre-Hypertext Processing">PHP</acronym>. Algunos webmasters lo hacen porque están convirtiendo un antiguo sitio estático a un sitio web dinámico y no quieren perder pagerank. Otras webs lo hacen porque los motores de &#8230;</p> ]]></content:encoded> </item> <item><title>By: JenniC</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-4733</link> <dc:creator>JenniC</dc:creator> <pubDate>Wed, 04 Nov 2009 17:10:47 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-4733</guid> <description>I use biterscripting for parsing html. It works great for me. But, you can try it. There are some good sample parsing scripts posted at http://www.biterscripting.com/samples_internet.html .</description> <content:encoded><![CDATA[<p>I use biterscripting for parsing html. It works great for me. But, you can try it. There are some good sample parsing scripts posted at http://www.biterscripting.com/samples_internet.html .</p> ]]></content:encoded> </item> <item><title>By: Brianoz</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-4653</link> <dc:creator>Brianoz</dc:creator> <pubDate>Thu, 08 Oct 2009 03:37:29 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-4653</guid> <description>While this is technically possible, it&#039;s actually not a terribly good idea ...read this post for more info from several people:http://forums.cpanel.net/f6/html-parsing-suphp-132749.html#post576873A better solution would be to use mod_rewrite to rewrite the .html into .php, and rename the files as .php.  This would avoid the sysadmin concerns without needing much change to the site (you&#039;d need to rename files as .php, but no actual file changes would be needed). </description> <content:encoded><![CDATA[<p>While this is technically possible, it&#8217;s actually not a terribly good idea &#8230;</p><p>read this post for more info from several people:</p><p>http://forums.cpanel.net/f6/html-parsing-suphp-132749.html#post576873</p><p>A better solution would be to use mod_rewrite to rewrite the .html into .php, and rename the files as .php.  This would avoid the sysadmin concerns without needing much change to the site (you&#8217;d need to rename files as .php, but no actual file changes would be needed).</p> ]]></content:encoded> </item> <item><title>By: Victor</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-4189</link> <dc:creator>Victor</dc:creator> <pubDate>Mon, 25 May 2009 12:30:20 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-4189</guid> <description>Nice post...i use godaddy for 1 website...couldn&#039;t figure out, at first, why the syntax i was used to using was working.</description> <content:encoded><![CDATA[<p>Nice post&#8230;i use godaddy for 1 website&#8230;couldn&#8217;t figure out, at first, why the syntax i was used to using was working.</p> ]]></content:encoded> </item> <item><title>By: David</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-2165</link> <dc:creator>David</dc:creator> <pubDate>Thu, 08 Jan 2009 16:50:53 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-2165</guid> <description>Great post... very useful.  It helped me out a lot.  Thanks Velvetblues... I&#039;ll be coming back in the future.</description> <content:encoded><![CDATA[<p>Great post&#8230; very useful.  It helped me out a lot.  Thanks Velvetblues&#8230; I&#8217;ll be coming back in the future.</p> ]]></content:encoded> </item> <item><title>By: Odiin</title><link>http://www.velvetblues.com/web-development-blog/how-to-parse-html-files-as-php/#comment-961</link> <dc:creator>Odiin</dc:creator> <pubDate>Sat, 15 Nov 2008 18:32:14 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=310#comment-961</guid> <description>Excellent post.  I just spent the past 2 hours trying to find a solution to parsing php on my GoDaddy site and yours worked without any problems</description> <content:encoded><![CDATA[<p>Excellent post.  I just spent the past 2 hours trying to find a solution to parsing php on my GoDaddy site and yours worked without any problems</p> ]]></content:encoded> </item> </channel> </rss>
