Joomla
Force Joomla to use SSL/HTTPS
by Lonnie on Jan.15, 2009, under Joomla
Have you ever needed to make Joomla use https?
If you use Joomla 1.0.x you could just simply changed $mosConfig_livesite to your https URL, but this won’t solve the issue of someone coming in on a non https link from a search engine or bookmark, yes it will change to https if they click a link, but that landing page will be insecure, what can we do about this? read on!
Joomla Tips: Dynamic header images (1.5)
by Lonnie on Jan.14, 2009, under Joomla
When Joomla 1.5 came out, not many components existed for this task … I wanted to be able to specify an image for the header based on whether it was the front page, a specific article, or a specific component .. I also wanted it to be able to fall back to a default image if none existed.
This article covers how to do that right in your template!
Multiple domain names in Joomla 1.0.x
by Lonnie on Jan.14, 2009, under Joomla, Programming
If you’re running Joomla 1.0.x and you’ve tried to get more than one domain name pointing to it, then you’ve no doubt realized that it doesn’t really work out that well. I mean, the site will come up but the moment you click a link you will be sent directly to the original site url.
Well this aims to give you a quick, easy solution!