joomla interview questions and Answers
Most Frequently Asked joomla interview questions
TinyMCE Editor
To change the images for the template in Joomla, we have to access the back-end administrative interface navigates to Extensions and then select Template Manager. Now select the template which needs to be modified and click edit. Then click on the icon to access Edit HTML.
Joomla has a feature named as Joomla Force SSL to activate the SSL Certificate and use HTTPS.
- First, install an SSL certificate in your server
- Get the dedicated IP Address unique for one SSL Certificate to
- configure the configuration.php file
- Find the
var $live_site ='';
and replace it with
var $live_site = 'https://www.your-domain.com';
- open .htaccess file and add
RewriteEngine On
RewriteCond %{HTTPS} OFF
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
- Now enable force SSL
- Apply and Save
This is one of the best Joomla Interview Questions and Answers for all those who are preparing for Interviews.
There are chances that Joomla will be set up by default to use the PHP mail function. If not, the setting can be modified by accessing the Joomla admin area. Go to section, access Global Configuration and then Server. The corresponding parameters can be found under the “Mail Settings” section.
To disable and enable caching in Joomla, follow these steps:-
- Login to the backend of Joomla
- Go to System, then Global Configuration and Open System Tab
- You will get the Cache settings
- Set it according to your preference
- Save and close
- Greater than PHP 5.3 or equal
- Greater than MySQL 5.1 or equal
- Greater than Apache 2.0 or equal