<?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>Web Programming Answers &#187; .htaccess</title>
	<atom:link href="http://www.bogartcomputing.com/web-programming-answers/category/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bogartcomputing.com/web-programming-answers</link>
	<description>Joomla Programmer, PHP, Joomla, Zen-Cart, osCommerce, MySQL, CSS, XHTML, Ecommerce, Search Engine Marketing, Web Programming answers, often in their rawest form</description>
	<lastBuildDate>Wed, 23 Nov 2011 20:28:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PhpEd Nusphere debugger gives “web server failed” debugging Zend framework project: dbg-wizard not found</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/248/phped-nusphere-debugger-gives-web-server-failed-debugging-zend-framework-project-dbg-wizard-not-found/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/248/phped-nusphere-debugger-gives-web-server-failed-debugging-zend-framework-project-dbg-wizard-not-found/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:08:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=248</guid>
		<description><![CDATA[To debug a Zend framework project set to run on a virtual host, use these settings: Web Server (Apache or another) used for development is located on this machine Document root: C:\zs\quickstart\public (i.e., the PUBLIC directory of your project) URL: http://quickstart.local/ (i.e, the virtual URL of your project) Project root directory: C:\zs\quickstart\public (i.e., the PUBLIC [...]]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/248/phped-nusphere-debugger-gives-web-server-failed-debugging-zend-framework-project-dbg-wizard-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A heavily corrected Windows XP XAMPP Zend Framework Quickstart Tutorial Revision</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/213/a-heavily-corrected-windows-xp-xampp-zend-framework-quickstart-tutorial-revision/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/213/a-heavily-corrected-windows-xp-xampp-zend-framework-quickstart-tutorial-revision/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 03:46:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=213</guid>
		<description><![CDATA[http://framework.zend.com/manual/en/learning.quickstart.intro.html With many thanks to commenter alstanto on: 2010-04-07 22:04:18 Download Zend Framework 1.10.5 from: http://downloads.zend.com/framework/1.10.5/ZendFramework-1.10.5.zip Pre-Tutorial Extract to c:\ZendFramework-1.10.5 Rename directory to c:\Zend Add to Environment Path: ;C:\Zend\bin;C:\Zend\library;C:\xampp\php Uncomment C:\xampp\apache\conf\httpd.conf Include conf/extra/httpd-vhosts.conf In C:\xampp\apache\conf\extra\httpd-vhosts.conf add: &#60;VirtualHost *:80&#62; DocumentRoot "c:\zs\quickstart\public" ServerName quickstart.local SetEnv APPLICATION_ENV "development" &#60;Directory c:\zs\quickstart\public&#62; DirectoryIndex index.php AllowOverride All Order allow,deny Allow from [...]]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/213/a-heavily-corrected-windows-xp-xampp-zend-framework-quickstart-tutorial-revision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend xampp Windows .htaccess development error messages</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/205/zend-htaccess-development-error-messages/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/205/zend-htaccess-development-error-messages/#comments</comments>
		<pubDate>Tue, 25 May 2010 04:25:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=205</guid>
		<description><![CDATA[To override the production environment default in Zend framework, add this to .htaccess: SetEnv APPLICATION_ENV development &#8220;development&#8221; enables the application to display debugging errors even when the .ini only has a [production] section.]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/205/zend-htaccess-development-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatically determine Joomla homepage</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 12:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/</guid>
		<description><![CDATA[If both mod_rewrite and 301&#8242;s are out in full force the home page is not going to be identifiable by a Server query_string containing &#8220;frontpage.&#8221; To determine if the current code is on the home page: $s = filter_var($_REQUEST['QUERY_STRING'], FILTER_SANITIZE_SPECIAL_CHARS); if (empty($s)) { //you&#8217;re on the home page }]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

