
How to increase list limit in the backed of joomla?
Just go to the file libraries/cms/pagination/pagination.php from cPanel or using ftp. on Line 553, add the codes
Read MoreJust go to the file libraries/cms/pagination/pagination.php from cPanel or using ftp. on Line 553, add the codes
Read MoreTo open .htaccess file using FTP and add these following codes RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)\.html$ /$1 [L,R=301]
Read More