October 24, 2024 Rokon Comments(0) WordPress Memory limit Increase define(‘WP_MEMORY_LIMIT’, ‘512M’); Read More
January 13, 2017 Rokon Comments(0) How to remove .html extensions using .htaccess To 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