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
MOREJust go to the file libraries/cms/pagination/pagination.php from cPanel or using ftp. on Line 553, add the codes
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]
MORE
Recent Comments