<?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: Optimizacija Joomla sajta</title>
	<atom:link href="http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html</link>
	<description>savremene web tehnologije, internet marketing, online komunikacija. Miloš Petrović blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 13:24:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kule</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-5627</link>
		<dc:creator>Kule</dc:creator>
		<pubDate>Tue, 10 May 2011 01:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-5627</guid>
		<description>Sveka cast na tutorialu.. Kralj si</description>
		<content:encoded><![CDATA[<p>Sveka cast na tutorialu.. Kralj si</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dejan</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-4483</link>
		<dc:creator>Dejan</dc:creator>
		<pubDate>Mon, 01 Mar 2010 03:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-4483</guid>
		<description>imao sam dosata problema sa instaliranjem sh404sef
(neka beta) i .htaccess...usput sam belezio stvari koje su mi resavale probleme nadam se da ce nekom biti od koristi.

Start

1.Setting up the Joomla! 1.5 base installation
*TEMPLATE - template was optimized for SEO?

2.Check if you can set all the SEO options in the Global Configuration and rename your htaccess.txt to .htaccess, so it works in the standard mode.
[Test these settings first and get them to work before you install and configure any SEF component.]

*.htaccess - takes care of creating great looking, search engine friendly, and easy to remember URLs for your web site.

There are also some hosting providers that don&#039;t allow you to have your own .htaccess file because of
its potential security risk. ???

If you have a hosting package that uses IIS (Internet Information Services) or even Apache on Windows, you will see that you will not be able to use the .htaccess file and you should use another option such as sh404SEF.

*Basic rules in the .htaccess file for Joomla! that should always be
in place:
########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/&#124;\.php&#124;\.html&#124;\.htm&#124;\.feed&#124;\.pdf&#124;\.raw&#124;/
[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section
These lines make sure that your URL rewrite function is working if you renamed the file from htaccess.txt to .htaccess.

*Common problems :
	
-if you get 500 or 404 errors
		
		Locate the following line in your .htaccess file:
		Options +FollowSymLinks
		
		And change it to the following:
		# Options +FollowSymLinks
		
	If you have your Joomla! installation done in a subdirectory, you need to activate and change this setting to the following:
		RewriteBase /subdirname

Your .htaccess file should always be in the root of your domain. If you don&#039;t have your site in a subdirectory, you might still need to activate this setting and change it to the following:
		RewriteBase /

These settings will be the cause of 80 to 90 percent of all problems in getting your .htaccess file to work.

3.Installing the SEF patch.

4.sh404SEF component
[The component will show you which files need higher permissions to install the full component. You will need to tweak the .htaccess file a little, to enable support for a third-party component. ]

*Site is online
-Unable to Find Install Package – site/global configuration/FTP Settings/Enable FTP set to NO!
-Warning! – Failed to move file – using FZila set premissions to 777, set var $tmp_path = &#039;/tmp&#039; in configuration.ini. Go Help/System info/Directory Permissions all status should be writable.

If it is the first time you use sh404SEF, it has been installed but is disabled right now. You must first edit sh404SEF configuration (from the sh404SEF Components menu item of Joomla backend), enable it and save before it will become active. Before you do so, please read the next paragraphs which have important information for you. If you are upgrading from a previous version of sh404SEF, then all your settings have been preserved, the component is activated and you can start browsing your site frontpage right away. 

IMPORTANT: sh404SEF can operate under two modes :WITH or WITHOUT .htaccess file. The default setting is now to work without .htaccess file. I recommend you use it if you are not familiar with web servers, as it is generally difficult to find the right content for a .htaccess file.

Without .htaccess file: simply go to sh404SEF configuration screen, review parameters, and save config. You can now browse the frontpage of your site to start generating SEF URL.

With .htaccess: you must activate this operating mode. To do so, go to sh404SEF configuration, select the Advanced tab, locate the &quot;Rewrite mode&quot; drop-down list and select &#039;with .htaccess&#039;. Then Save configuration and answer Ok when prompted to erase URl cache. However, before you can activate sh404SEF, you have to setup a .htaccess file. This file content depends on your hosting setup, so it is nearly impossible to tell you what should be in it. Joomla comes with the most generic .htaccess file. It will probably work right away on your system, or may need adjustments. The Joomla supplied file is called htaccess.txt, is located in the root directory of your site, and must be renamed into .htaccess before it will have any effect. You will find additional information about .htaccess at extensions.Siliana.com/. 

*Basic sh404SEF SEF basic .htaccess standard - you will need to check if you need FollowSymLinks set to Off and Rewritebase On.

5.Installing and configuring a sitemap
[Xmap ,use the sitemap link in your robots.txt file to promote your sitemap to all Search Engine Robots that come along]

*Setting your rules for robots - 
	
	-commands:
		Allow: /folder1/myfile.html
		Disallow: /folder1/
		Sitemap: http://www.gstatic.com/s2/sitemaps/profiles-sitemap.xml
	
	-Disallow: /images/: this is one line that you need to remove.

*Make sure your site is secured to prevent hacking - make sure the following files are set to read only: configuration.php, .htaccess,  index.php,  robots.txt</description>
		<content:encoded><![CDATA[<p>imao sam dosata problema sa instaliranjem sh404sef<br />
(neka beta) i .htaccess&#8230;usput sam belezio stvari koje su mi resavale probleme nadam se da ce nekom biti od koristi.</p>
<p>Start</p>
<p>1.Setting up the Joomla! 1.5 base installation<br />
*TEMPLATE &#8211; template was optimized for SEO?</p>
<p>2.Check if you can set all the SEO options in the Global Configuration and rename your htaccess.txt to .htaccess, so it works in the standard mode.<br />
[Test these settings first and get them to work before you install and configure any SEF component.]</p>
<p>*.htaccess &#8211; takes care of creating great looking, search engine friendly, and easy to remember URLs for your web site.</p>
<p>There are also some hosting providers that don&#8217;t allow you to have your own .htaccess file because of<br />
its potential security risk. ???</p>
<p>If you have a hosting package that uses IIS (Internet Information Services) or even Apache on Windows, you will see that you will not be able to use the .htaccess file and you should use another option such as sh404SEF.</p>
<p>*Basic rules in the .htaccess file for Joomla! that should always be<br />
in place:<br />
########## Begin &#8211; Joomla! core SEF Section<br />
#<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_URI} !^/index.php<br />
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/<br />
[^.]*)$ [NC]<br />
RewriteRule (.*) index.php<br />
RewriteRule .* &#8211; [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]<br />
#<br />
########## End &#8211; Joomla! core SEF Section<br />
These lines make sure that your URL rewrite function is working if you renamed the file from htaccess.txt to .htaccess.</p>
<p>*Common problems :</p>
<p>-if you get 500 or 404 errors</p>
<p>		Locate the following line in your .htaccess file:<br />
		Options +FollowSymLinks</p>
<p>		And change it to the following:<br />
		# Options +FollowSymLinks</p>
<p>	If you have your Joomla! installation done in a subdirectory, you need to activate and change this setting to the following:<br />
		RewriteBase /subdirname</p>
<p>Your .htaccess file should always be in the root of your domain. If you don&#8217;t have your site in a subdirectory, you might still need to activate this setting and change it to the following:<br />
		RewriteBase /</p>
<p>These settings will be the cause of 80 to 90 percent of all problems in getting your .htaccess file to work.</p>
<p>3.Installing the SEF patch.</p>
<p>4.sh404SEF component<br />
[The component will show you which files need higher permissions to install the full component. You will need to tweak the .htaccess file a little, to enable support for a third-party component. ]</p>
<p>*Site is online<br />
-Unable to Find Install Package – site/global configuration/FTP Settings/Enable FTP set to NO!<br />
-Warning! – Failed to move file – using FZila set premissions to 777, set var $tmp_path = &#8216;/tmp&#8217; in configuration.ini. Go Help/System info/Directory Permissions all status should be writable.</p>
<p>If it is the first time you use sh404SEF, it has been installed but is disabled right now. You must first edit sh404SEF configuration (from the sh404SEF Components menu item of Joomla backend), enable it and save before it will become active. Before you do so, please read the next paragraphs which have important information for you. If you are upgrading from a previous version of sh404SEF, then all your settings have been preserved, the component is activated and you can start browsing your site frontpage right away. </p>
<p>IMPORTANT: sh404SEF can operate under two modes :WITH or WITHOUT .htaccess file. The default setting is now to work without .htaccess file. I recommend you use it if you are not familiar with web servers, as it is generally difficult to find the right content for a .htaccess file.</p>
<p>Without .htaccess file: simply go to sh404SEF configuration screen, review parameters, and save config. You can now browse the frontpage of your site to start generating SEF URL.</p>
<p>With .htaccess: you must activate this operating mode. To do so, go to sh404SEF configuration, select the Advanced tab, locate the &#8220;Rewrite mode&#8221; drop-down list and select &#8216;with .htaccess&#8217;. Then Save configuration and answer Ok when prompted to erase URl cache. However, before you can activate sh404SEF, you have to setup a .htaccess file. This file content depends on your hosting setup, so it is nearly impossible to tell you what should be in it. Joomla comes with the most generic .htaccess file. It will probably work right away on your system, or may need adjustments. The Joomla supplied file is called htaccess.txt, is located in the root directory of your site, and must be renamed into .htaccess before it will have any effect. You will find additional information about .htaccess at extensions.Siliana.com/. </p>
<p>*Basic sh404SEF SEF basic .htaccess standard &#8211; you will need to check if you need FollowSymLinks set to Off and Rewritebase On.</p>
<p>5.Installing and configuring a sitemap<br />
[Xmap ,use the sitemap link in your robots.txt file to promote your sitemap to all Search Engine Robots that come along]</p>
<p>*Setting your rules for robots &#8211; </p>
<p>	-commands:<br />
		Allow: /folder1/myfile.html<br />
		Disallow: /folder1/<br />
		Sitemap: <a href="http://www.gstatic.com/s2/sitemaps/profiles-sitemap.xml" rel="nofollow">http://www.gstatic.com/s2/sitemaps/profiles-sitemap.xml</a></p>
<p>	-Disallow: /images/: this is one line that you need to remove.</p>
<p>*Make sure your site is secured to prevent hacking &#8211; make sure the following files are set to read only: configuration.php, .htaccess,  index.php,  robots.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-4327</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-4327</guid>
		<description>hehe meni trebaju podesavanja na lokalu posto mi je ukljucen safe on ali dobro, dignem sajt gore pa opet dole.
Pozdrav</description>
		<content:encoded><![CDATA[<p>hehe meni trebaju podesavanja na lokalu posto mi je ukljucen safe on ali dobro, dignem sajt gore pa opet dole.<br />
Pozdrav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bojan</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-3114</link>
		<dc:creator>Bojan</dc:creator>
		<pubDate>Fri, 10 Apr 2009 12:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-3114</guid>
		<description>Stvarno dobar tutorijal, koristio mi je i to veoma... Sve je sredjeno u tri klika, iako je u pitanju joomla...
Nije bilo nikakvih gresaka nakon podesavanja, sve super!
Hvala Milose!!</description>
		<content:encoded><![CDATA[<p>Stvarno dobar tutorijal, koristio mi je i to veoma&#8230; Sve je sredjeno u tri klika, iako je u pitanju joomla&#8230;<br />
Nije bilo nikakvih gresaka nakon podesavanja, sve super!<br />
Hvala Milose!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mane</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-870</link>
		<dc:creator>mane</dc:creator>
		<pubDate>Tue, 26 Aug 2008 16:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-870</guid>
		<description>Mozes li reci koje linije u robot.txt-u? Hvala najlepse i veliki pozdrav.</description>
		<content:encoded><![CDATA[<p>Mozes li reci koje linije u robot.txt-u? Hvala najlepse i veliki pozdrav.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-808</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Thu, 21 Aug 2008 07:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-808</guid>
		<description>@Dragan,
Predpostavljam da je jedan od uzroka. Ne mogu bas sto posto da tvrdim, ali uklanjanjem jedne linije koda u tom fajlu optimizacija je krenula na bolje. Slican slucaj sam imao i sa forumom.</description>
		<content:encoded><![CDATA[<p>@Dragan,<br />
Predpostavljam da je jedan od uzroka. Ne mogu bas sto posto da tvrdim, ali uklanjanjem jedne linije koda u tom fajlu optimizacija je krenula na bolje. Slican slucaj sam imao i sa forumom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragan</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-737</link>
		<dc:creator>Dragan</dc:creator>
		<pubDate>Fri, 15 Aug 2008 20:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-737</guid>
		<description>Zasto mislis da je default robots.txt uticao na to slepilo od strane Googlea?</description>
		<content:encoded><![CDATA[<p>Zasto mislis da je default robots.txt uticao na to slepilo od strane Googlea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-729</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-729</guid>
		<description>Sve zavisi od podesavanja plugina. Ukoliko se linkovi kreiraju samo po naslovu, bez datuma, onda su moguce greske ako postoje 2 naslova. Inace, linkovi nekih komponenti postaju permalinkovi, ali sa manje smisla od klasicnih tekstova.

Znam da je ovaj tekst manje komercijalan, i da je uze strucan, ali znam da ima svoju publiku.</description>
		<content:encoded><![CDATA[<p>Sve zavisi od podesavanja plugina. Ukoliko se linkovi kreiraju samo po naslovu, bez datuma, onda su moguce greske ako postoje 2 naslova. Inace, linkovi nekih komponenti postaju permalinkovi, ali sa manje smisla od klasicnih tekstova.</p>
<p>Znam da je ovaj tekst manje komercijalan, i da je uze strucan, ali znam da ima svoju publiku.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krsto</title>
		<link>http://www.milosblog.com/wp/internet-marketing/kako-se-radi-optimizacija-joomla-sajta/116.html/comment-page-1#comment-728</link>
		<dc:creator>Krsto</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://milosblog.com/wp/2008/08/12/optimizacija-joomla-sajta/#comment-728</guid>
		<description>Inače ne volim Joomla i nikada je nisam koristio (možda i najviše zbog tih linkova), međutim činjenica je da uz adekvatno znanje, Joomla može stopostotno da se prilagodi onome što želite.

Ja sam i dalje WP fan, i predlažem svima da čim krenu sa blogom postave strukturu permalinkova /%postname%.html

Inače, zanima me, da li nakon postavljanja SEF plugina u Joomla i poboljšavanja izgleda linkova i stari (ružni) linkovi vode na istu stranicu, ili postoje greške...???</description>
		<content:encoded><![CDATA[<p>Inače ne volim Joomla i nikada je nisam koristio (možda i najviše zbog tih linkova), međutim činjenica je da uz adekvatno znanje, Joomla može stopostotno da se prilagodi onome što želite.</p>
<p>Ja sam i dalje WP fan, i predlažem svima da čim krenu sa blogom postave strukturu permalinkova /%postname%.html</p>
<p>Inače, zanima me, da li nakon postavljanja SEF plugina u Joomla i poboljšavanja izgleda linkova i stari (ružni) linkovi vode na istu stranicu, ili postoje greške&#8230;???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

