Hosting based business are always depends on the featues, prizes, support and quality… Hostripples has always proved best in all these things by providing the best combination of low cost and reliable web hosting services with Unlimited Disk space, Unlimited Bandwidth and Quality Services, Control Panel, Stable hosting environments, more than 600+ free php scripts, […]
See MoreCategory: Joomla
Custom 404 page in joomla
How to set the custom 404 page in joomla? or Change default “Joomla 404 component not found” page Ans : Create 404.shtml file under the document root then open the error.php file vi /home/username/public_html/templates/system/error.php then add the following code below the line “defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );” ======================================= if (($this->error->code) == […]
See MoreJoomla permission in plesx
When Joomla admin section shows the all files unwritable in ” System Info” Then you need to correct the permission by using following steps. I am able to solve this issue with the following steps. cd /var/www/vhosts/[domain.com] chown -R [username]:psacln httpdocs chmod -R g+w httpdocs find httpdocs -type d -exec chmod g+s {} \; Add […]
See More
You must be logged in to post a comment.