In default Joomla 1.5 installation, there is a file named htaccess.txt. This file will be used if we use Joomla SEO, that is option Use Apache mod_rewrite. Before it can be used, this file should be renamed to .htaccess. In Linux OS, this case is not a big problem, because it allows creation this kind [...]
Continue reading about Rename htaccess.txt to be .htaccess in Windows
On the Internet, we often find URL which has many query strings, like show below:
http://blog.danigunawan.com/joomla15/index.php?option=com_content&view=article&id=19&Itemid=27
URL with form above will be hard to be indexed by the search engine if we compare with the URL below:
http://blog.danigunawan.com/joomla15/joomla-overview
URL which has many query strings can be formatted like in second example using rewrite URL. To rewrite URL, it could [...]


