Joomla CMS has built-in functionality for Search Engine Optimization (SEO).
To turn on the SEO settings for Joomla CMS:
1) Rename the htaccess.txt to .htaccess at your Joomla directory
2) Log in Joomla Administrator
3) At Site, Global Configuration
4) SEO Settings, then select “Yes” to enable:
- Search Engine Friendly URLs”
- use Apache mod_rewrite
If found the subpages links or URLs not working after enabled, you can revert back the original settings.
For manually revert back if you unable to login the Joomla Admin interface:
1) Open your Filemanager or FTP client
2) Goto your Joomla CMS directory
3) Rename .htaccess back to htaccess.txt
4) Edit configuration.php
$mosConfig_sef = ‘0′; #This is to disable
5) Save the file.
Tags:
Global Configuration,
Joomla,
Joomla Administrator,
mod_rewrite,
Optimization,
Search Engine,
SEO
No Comments »
Posted by K5.L1M in Sharing
After installed the VirtueMart on Joomla CMS, you will see a blue logo and its link at the bottom of every page.
However VirtueMart is allowed you to remove or hide the footer. You just need to login the Joomla Administration site, goto Components >> Virtuemart >> Configuration >> Site >> Untick (do not select) “Show footer”. Then Save or Apply it. The footer will be disappeared.
Tags:
Hide footer,
Hide Virtuemart Logo,
Joomla,
Virtuemart
No Comments »
Now in Joomla 1.5, you can easily remove the “Joomla! is Free Software released under the GNU/GPL License.” from the default footer.
Just go to Administrator Control Panel >> Extensions >> Module Manager and “unpublish” the “footer module“.
To modify the message to something else
For english website go to the language/en-GB/ directory, edit “en-GB.mod_footer.ini” and change:
FOOTER_LINE1=
FOOTER_LINE2=
However some Joomla! footer need manually edit at default page which located at “templates” directory and normally named as:
- index.php
- cpanel.php (for administrator)
Tags:
change footer,
customise footer,
Joomla,
Joomla! footer,
modify footer
2 Comments »
If you install a fresh Joomla! 1.5, you will see the “Welcome to the Frontpage” title display on your Frontpage. Sometimes, it is difficult to find where to modify this title text.
The steps will be as below:
- Login to Administration area
- Menus – Main Menu* (Menu Item Manager: mainmenu).
- Click to edit “Home” (Menu Item: Edit).
- Click on “Parameters System” and change or delete the Page title.
- If you change the Page title, changed title will be displayed on your Frontpage as a title.
- If you delete the Page title, Menu link will be displayed on your Frontpage as a title (in the present case ‘Home’ will be displayed as title, because ‘Home’ is the name of the link to the Frontpage).
- If you don’t want to display any title, set Show Page Title below Page title parameter to ‘No’.
- Finally, just save the changes.

Tags:
edit welcome,
frontpage title,
Joomla
No Comments »
Posted by K5.L1M in Internet

If you are getting this error at Joomla 1.5.x Admin Extension Manager (Extensions > Install/Uninstall > Browse… > Upload File & Install) :
JFolder::create: Could not create directory
Warning! – Failed to move file
Unable to find install package
It is indicated that some invalid paths setting found in the Joomla configuration file. You should try open up “configuration.php” and reset the paths for:
1) $log_path
2) $tmp_path
Also check at Admin panel > Help > System Info > Directory Permission > make sure all listed given as Writable
Tags:
Configuration,
directory,
error,
Extension,
Failed,
Install,
JFolder,
Joomla,
package,
path,
tmp,
Uninstall,
Upload,
warning
12 Comments »