Recently we noticed that many users who have designed their websites with wordpress are having issues with its accessibility with the www. WordPress sites are not working with www because we always install wordpress on example.com, not on www.example.com so if you browse site www.example.com, it simply redirect/work on http://example.com, instead of http://www.example.com Follow the […]
See MoreTag: hostripples
WordPress website links giving 404 error!
Websites designed with the wordpress are giving 404 error’s after clicking on the links and this is happening due to changes in the rules under the .htaccess file of the domain. You suppose to replace the existing .htaccess with the wp .htaccess code : ======================== # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond […]
See MoreSteps to retrieve the Joomla admin password!
You can retrieve the Joomla admin area password with the help below easy steps: 1)Find out joomla database name from configuration.php. 2)login to whm, go to phpmyadmin sction 3)search joomla database name 4)click on the table “jos_users” 5)select and edit this table 6)find user_pass, select functions md5 and type any password for joomla 7)click on […]
See More