Change the configuration settings using directives in configuration files(.htaccess files) when using php as an apace module.Need to do "AllowoverrideAll" privileges to do so.If we don't have control over Apache configuration must use .htaccess files.
Steps are:
1 First look for file .htaccess in root directory which has been installed during joomla installation.It contains information regarding how to protect your site.
2 Make any modifications and adjustments to this file which required for your site and save it into site root directory name as .htaccess.
3 Test site front end and back end for issues and errors if it produce errors rename back to htaccess.txt and debug your edits which has been done.
4 Check all the configurations by using phpinfo().
0 Comment(s)