<?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"
	>
<channel>
	<title>Comments on: Blaze 0.91 Release</title>
	<atom:link href="http://blaze.haughin.com/2008/03/25/blaze-091-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/</link>
	<description>The CodeIgniter CMS</description>
	<pubDate>Fri, 21 Nov 2008 11:54:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: hery</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-1096</link>
		<dc:creator>hery</dc:creator>
		<pubDate>Tue, 04 Nov 2008 12:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-1096</guid>
		<description>Thanks Elliot...It looks excellent!</description>
		<content:encoded><![CDATA[<p>Thanks Elliot&#8230;It looks excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darbasnamie.lt</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-904</link>
		<dc:creator>Darbasnamie.lt</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-904</guid>
		<description>Looks good, but still cannot point to install dir. It's empty. Martin's .htaccess is i place, corrected manually $config["base_url". But there is this intall??</description>
		<content:encoded><![CDATA[<p>Looks good, but still cannot point to install dir. It&#8217;s empty. Martin&#8217;s .htaccess is i place, corrected manually $config[&#8221;base_url&#8221;. But there is this intall??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CMS Developer</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-759</link>
		<dc:creator>CMS Developer</dc:creator>
		<pubDate>Wed, 13 Aug 2008 10:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-759</guid>
		<description>hello,

why 
Not Found

The requested URL /blaze/admin/login/ was not found on this server.

RewriteEngine on
RewriteCond $1 !^(index\.php&#124;application&#124;images&#124;robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

thanks</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>why<br />
Not Found</p>
<p>The requested URL /blaze/admin/login/ was not found on this server.</p>
<p>RewriteEngine on<br />
RewriteCond $1 !^(index\.php|application|images|robots\.txt)<br />
RewriteRule ^(.*)$ /index.php/$1 [L]</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-744</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Sat, 09 Aug 2008 20:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-744</guid>
		<description>Can anyone explain why all the images I add via the Blaze CMS replace my absolute URLs with relative ones apon save?

Is this behavior intentional?</description>
		<content:encoded><![CDATA[<p>Can anyone explain why all the images I add via the Blaze CMS replace my absolute URLs with relative ones apon save?</p>
<p>Is this behavior intentional?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quan Bui</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-740</link>
		<dc:creator>Quan Bui</dc:creator>
		<pubDate>Fri, 08 Aug 2008 06:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-740</guid>
		<description>I can not find application/controllers folder in zip file? Where can I download it?</description>
		<content:encoded><![CDATA[<p>I can not find application/controllers folder in zip file? Where can I download it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayukawaa</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-671</link>
		<dc:creator>ayukawaa</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-671</guid>
		<description>SOLUTION FOUND FOR NOT SHOWING CORRECT PATHS  (At least for me):
- - - - - - - - - - - - - - 

It's silly once you notice why wasn't working:

1.- Use .htacces from the post 'Martin on March 27th, 2008'
2.- CHANGE the 'RewriteBase /' if it is not in the root (Ex: 'RewriteBase /blazetry/')
3.- Open Apache httpd.conf and BE SURE 'AllowOverride All' IS SET IN THE 2 LOCATIONS.
4.- In the same httpd.conf (AND I'M SURE THIS IS THE KEY), QUIT the # on the line 'LoadModule rewrite_module modules/mod_rewrite.so' (Stupid isn't it?)
5.- RESTART APACHE (if you don't know, restart S.O.)
6.- ALL WORKING!!!


^_^</description>
		<content:encoded><![CDATA[<p>SOLUTION FOUND FOR NOT SHOWING CORRECT PATHS  (At least for me):<br />
- - - - - - - - - - - - - - </p>
<p>It&#8217;s silly once you notice why wasn&#8217;t working:</p>
<p>1.- Use .htacces from the post &#8216;Martin on March 27th, 2008&#8242;<br />
2.- CHANGE the &#8216;RewriteBase /&#8217; if it is not in the root (Ex: &#8216;RewriteBase /blazetry/&#8217;)<br />
3.- Open Apache httpd.conf and BE SURE &#8216;AllowOverride All&#8217; IS SET IN THE 2 LOCATIONS.<br />
4.- In the same httpd.conf (AND I&#8217;M SURE THIS IS THE KEY), QUIT the # on the line &#8216;LoadModule rewrite_module modules/mod_rewrite.so&#8217; (Stupid isn&#8217;t it?)<br />
5.- RESTART APACHE (if you don&#8217;t know, restart S.O.)<br />
6.- ALL WORKING!!!</p>
<p>^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehsan</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-628</link>
		<dc:creator>Ehsan</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-628</guid>
		<description>for people who still have problem,

define base_url manually, it will solve the problems
edit /application/config/config.php
comment all $config['base_url'] lines and define it manually like bellow:

$config['base_url'] = 'http://yourdomain.com/';

by the way you also need the provided .htaccess file, download it from the rapidshare link provided in comments

Thanks for this great application</description>
		<content:encoded><![CDATA[<p>for people who still have problem,</p>
<p>define base_url manually, it will solve the problems<br />
edit /application/config/config.php<br />
comment all $config[&#8217;base_url&#8217;] lines and define it manually like bellow:</p>
<p>$config[&#8217;base_url&#8217;] = &#8216;http://yourdomain.com/&#8217;;</p>
<p>by the way you also need the provided .htaccess file, download it from the rapidshare link provided in comments</p>
<p>Thanks for this great application</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demonil</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-544</link>
		<dc:creator>Demonil</dc:creator>
		<pubDate>Mon, 30 Jun 2008 13:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-544</guid>
		<description>Hi all,
I still have the problem with CSS/Images/JS
Here is my .htaccess:
&lt;code&gt;
 
	RewriteEngine On
       RewriteBase /
 
       RewriteRule ^static/frontend/([a-zA-Z_-]*)/(.*)$ application/views/themes/$1/static/$2 [L]
       RewriteRule ^static/admin/([a-zA-Z_-]*)/(.*)$ application/views/themes_admin/$1/static/$2 [L]
     
	# Add Trailing Slash (Force it!) - It looks cool :)
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_URI} !(.*)/$
	RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L]
 
	# Admin 'dashboard'
	RewriteRule ^admin$ index.php/admin [L]
	RewriteRule ^admin/$ index.php/admin/ [L]
 
	# Admin functions within Admin module and controller
	RewriteRule ^admin/(navigation&#124;users&#124;settings&#124;login&#124;logout)$ index.php/admin/$1 [L]
	RewriteRule ^admin/(navigation&#124;users&#124;settings&#124;login&#124;logout)/(.*)$ index.php/admin/$1/$2 [L]
	RewriteRule ^admin/nav_(.*)$ index.php/admin/nav_$1 [L]
 
	# All others, push to the module in question
	RewriteRule ^admin/([a-zA-Z]*)$ $1/admin [L]
	RewriteRule ^admin/([a-zA-Z]*)/(.*)$ $1/admin/$2 [L]
 
	# Any request were the file or directory doesn't exist...
	# Push to CI
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]

&lt;/code&gt;

it located in the same directory(site root directory) like with "system" folder and index.php file.
Please, advice</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I still have the problem with CSS/Images/JS<br />
Here is my .htaccess:<br />
<code></p>
<p>	RewriteEngine On<br />
       RewriteBase /</p>
<p>       RewriteRule ^static/frontend/([a-zA-Z_-]*)/(.*)$ application/views/themes/$1/static/$2 [L]<br />
       RewriteRule ^static/admin/([a-zA-Z_-]*)/(.*)$ application/views/themes_admin/$1/static/$2 [L]</p>
<p>	# Add Trailing Slash (Force it!) - It looks cool <img src='http://blaze.haughin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 	RewriteCond %{REQUEST_FILENAME} !-f<br />
	RewriteCond %{REQUEST_URI} !(.*)/$<br />
	RewriteRule ^(.*)$ <a href="http://%" rel="nofollow">http://%</a>{HTTP_HOST}/$1/ [R=301,L]</p>
<p>	# Admin &#8216;dashboard&#8217;<br />
	RewriteRule ^admin$ index.php/admin [L]<br />
	RewriteRule ^admin/$ index.php/admin/ [L]</p>
<p>	# Admin functions within Admin module and controller<br />
	RewriteRule ^admin/(navigation|users|settings|login|logout)$ index.php/admin/$1 [L]<br />
	RewriteRule ^admin/(navigation|users|settings|login|logout)/(.*)$ index.php/admin/$1/$2 [L]<br />
	RewriteRule ^admin/nav_(.*)$ index.php/admin/nav_$1 [L]</p>
<p>	# All others, push to the module in question<br />
	RewriteRule ^admin/([a-zA-Z]*)$ $1/admin [L]<br />
	RewriteRule ^admin/([a-zA-Z]*)/(.*)$ $1/admin/$2 [L]</p>
<p>	# Any request were the file or directory doesn&#8217;t exist&#8230;<br />
	# Push to CI<br />
    RewriteCond %{REQUEST_FILENAME} !-f<br />
    RewriteCond %{REQUEST_FILENAME} !-d<br />
    RewriteRule ^(.*)$ index.php/$1 [L]</p>
<p></code></p>
<p>it located in the same directory(site root directory) like with &#8220;system&#8221; folder and index.php file.<br />
Please, advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satria</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-510</link>
		<dc:creator>Satria</dc:creator>
		<pubDate>Fri, 20 Jun 2008 05:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-510</guid>
		<description>Blue and default themes Images, JavaScript and stylesheet:

http://rapidshare.com/files/123723862/Blaze.0.91.static.zip.html</description>
		<content:encoded><![CDATA[<p>Blue and default themes Images, JavaScript and stylesheet:</p>
<p><a href="http://rapidshare.com/files/123723862/Blaze.0.91.static.zip.html" rel="nofollow">http://rapidshare.com/files/123723862/Blaze.0.91.static.zip.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-416</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 27 May 2008 19:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-416</guid>
		<description>Has anyone had blaze working on php4 &#38; mysql 4 ?</description>
		<content:encoded><![CDATA[<p>Has anyone had blaze working on php4 &amp; mysql 4 ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
