Usually, the same content is displayed over and over to everyone who visits your site. Caching can speed this up by storing some or all of the information your code generates in a file and returning it when needed.
Category: Joomla Settings
Change Language in Joomla
By default, Joomla comes with a single language package for the backend and frontend. The language is defined during the installation process.
How to Create Joomla Site Offline
Joomla has a the feature that allows you to switch your site to offline, when you show it privately to a client, or you make updates and want to test it.
Unicode Aliases in Joomla
This setting controls how non-Latin characters are handled in your aliases, whether they are saved or converted to a date and time
Remove index.php from Joomla
Please be sure to take note of the following:
Select to use a server’s rewrite engine to catch URLs that meet specific conditions and rewrite them as directed. Available for IIS 7 and Apache.
Joomla SEO Settings
One of most important things you should do is to unleash the SEO capabilities of Joomla
Clear Cache vs. Clear Expired Cache
The are two options in Joomla to clear cache files from the cache folders if enabled under the Site Global Configuration settings.
- Clear Cache – This tool will delete all Cache files from the cache folders – including current ones – from your web server.
- Clear Expired Cache – This tool will purge all expired cache files from the cache folders.
So, what the difference ?
Joomla Global Check-in
Allows Administrators to “check-in” or unlock items currently “locked” whether they are in-use by other users or the item wasn’t closed properly.
Selecting this menu option allows Joomla! administrators to perform a global check-in of all currently pending or locked items. It then shows the results of the Global Check-in. This is useful, for example, if an Article is locked by a User who opened it for editing and never finished the editing session. In this case, other Users are not able to edit this Article. Performing a Global Check-in releases all such items.
Joomla Technical Requirements
These screen shows the Relevant PHP Settings information. If any of these is highlighted as incorrect should be taken care of to rectify the situation.
Joomla! Two Factor Authentication
Two factor authentication is one of Joomla! 3 improvements which can and will improve security. This is because by enabling two factor authentication, it is practically impossible for a hacker to use a brute-force attack to guess the details of your Joomla! username and password. This is particularly important for the administrator part of the website, which ensures that attacks which try to guess your password can never be successful.
ReCaptcha in Joomla
The CAPTCHA plugin uses the reCAPTCHA service to prevent spammers while it helps to digitize books, newspapers and old radio shows. In this Joomla 3 tutorial, we’ll show you how to setup ReCaptcha.
How to turn off magic quotes gpc in Joomla
FOR MAMP
Go to MAMP application -> Preferences (button) -> PHP (tab) -> Choose 5.3.1 or greater -> choose OK.
Go to the MAMP folder -> bin -> php -> php5.3.26 -> conf -> edit php.ini -> add
“magic_quotes_gpc = Off” a few lines above “magic_quotes_sybase = Off”.
Restart MAMP’s servers.
Setting mail in Joomla
If you have not made any custom changes during the installation, your Joomla will be set up by default to use the PHP Main function to send email messages. The settings can be modified via the Joomla admin area -> Site -> Global Configuration -> Server. The corresponding settings are found under the “Mail Settings” section.