<?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>Andrey Ferriyan &#187; Joomla</title>
	<atom:link href="http://andrey.web.id/category/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrey.web.id</link>
	<description>My Logbook As A Lonewolf</description>
	<lastBuildDate>Mon, 14 Jun 2010 04:49:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Joomla 1.5 SEF URL&#8217;s Break Images Path</title>
		<link>http://andrey.web.id/2010/02/15/joomla-1-5-sef-urls-break-images-path/</link>
		<comments>http://andrey.web.id/2010/02/15/joomla-1-5-sef-urls-break-images-path/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 07:46:09 +0000</pubDate>
		<dc:creator>fery</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://andrey.web.id/?p=20</guid>
		<description><![CDATA[Yes according to title, the SEF (Search Engine Friendly) at joomla 1.5 broke my images. I don&#8217;t know why. You can insert the images via tinymce joomla editor and work perfectly but then after you try to click the &#8220;Read More&#8221; the images went blank. I found the solution for this problem on the joomla <a href='http://andrey.web.id/2010/02/15/joomla-1-5-sef-urls-break-images-path/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Yes according to title, the SEF (Search Engine Friendly) at joomla 1.5 broke my images. I don&#8217;t know why. You can insert the images via tinymce joomla editor and work perfectly but then after you try to click the &#8220;Read More&#8221; the images went blank. I found the solution for this problem on the joomla forum. There are a couple points:</p>
<ol>
<li>Insert the value $live_site at configuration.php.</li>
<p>examples : $live_site = &#8216;http://belajarislam.com&#8217;</p>
<li>It&#8217;s kind hard in this but work perfectly</li>
<p>change the source at lines 108 at includes/application.php<br />
The original: $document-&gt;setBase(JURI::current());<br />
change to : $document-&gt;setBase(JURI::base());
</ol>
<p>After that try refresh your site and test your images again. I hope it will be usefull.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrey.web.id/2010/02/15/joomla-1-5-sef-urls-break-images-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
