TrainMeJoomla

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

Joomla Setup

Hiding Your Joomla Website

E-mail Print

Cloaking Your Joomla Installation from Users

We want to hide the face that we are using Joomla.  It is just a security precaution.  The fact is, Joomla is an often hacked site.  For this reason we don't want to advertise to the world that we are using Joomla.  So, there are two things we want to do to help cloak Joomla.

  1. Hide the admin URL.
  2. Remove the Generator Code in the HTML.

Part1.  Hiding the Joomla Administrator login.

This is the easy part.  We simple install jSecure Authentication.  This plugin will allow you to add a security key at the end of the URL.  For example, www.trainmejoomla.com/administrtor/?secretkey.

If a user simply types in www.trainmejoomla.com/administrtor, the default admin URL, they will be redirected to another page you can specify.

UPDATE:

The plugin is now commercial.  $4.99 - Still a great deal

Part 2. Remove Meta Tag Generator!

Although you never see it... this is a very easy way to see if a website is built using Joomla.  Look at yours.  Look at your code (view -> page source) and search:

<meta name="Generator" content="Joomla! - Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved." />

If you find it you want to remove it and here is how.

Locate the file: /libraries/joomla/document/html/renderer/head.php

There is a line of code in there that builds the generator.  We want to comment it out.  Search the head.php file for: <meta name="generator" content=.  That will show you where in the file it is.  Joomla 1.5.9 it is located at line 83. Just comment this line out with: //

It will look something like this:

//$strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;

Save and then upload the file.  Test it and make sure everything is ok and that the generator is gone.

P.S. Any time you make a file modification... make a back-up of the file you modify. Some SEO Components like sh404sef will also hide the Meta tag generator.

Last Updated on Friday, 24 December 2010 20:19

GoDaddy .htaccess

E-mail Print
d
Last Updated on Saturday, 26 February 2011 18:30

Joomla Starter Guide

E-mail Print

Getting Started with Joomla 1.5

Joomla 1.5 is a great web publishing CMS, but it is only as good as it is managed.  If you are new to Joomla or new to website development altogether, this article is for you.

Go Daddy Joomla website hosting

Website hosting on Joomla can be tricky.  If you are experienced in upgrading and maintaining Joomla, then you are able to do security heheupgrades without automated backups, and patching.  If you are new, that can be a daunting task. GoDaddy is the best provider I have found for Joomla installations for this very reason.

GoDaddy keeps its application environment very up to date and makes upgrading as easy as pressing a button.  You can also roll back an installation if there are any issues.  Godaddy is also very affordable with packages under $10.00/month.  There support is also Excellent (Call, don't use the chat). Learn more about GoDaddy Joomla Hosting.

Setting up Joomla

trainmegodaddysetup

First thing is first.  You need a GoDaddy account with Server and a Domain.

This is the easy part.  Login to you GoDaddy hosting area and click on the hosting connections button.

  1. Log into your GoDaddy hosting account
  2. Manage the account
  3. Click on Your Applications
  4. Select Joomla under Content Management in the left navigation
  5. Click on Install Now.

From here you will be walked through the install process where you will select the username, password and installation area (domain) of Joomla.

This starts the install process.  Now it will take a little while for the install to take.  Visit your domain to check and see if it completed.  If you see a website that says, "Joomla!" then you are in business.  You can login to the administrator area with your login at: www.yourdomain.com/administrator.

Last Updated on Monday, 30 March 2009 16:24
You are here: Joomla Services > Joomla Setup > Joomla Setup