Archive for March, 2011
Rename wp-content
On March - 24 - 2011
There is a very simple way to rename the default folder “wp-content” and hide information from your visitors that your website/blog is powered by WordPress. Some plugins and themes use “wp-content” in the code and renaming the “wp-content” folder may sometimes render such plugins and themes un-usable. However, you fix the issue by editing the
How to remove Joomla generator tag?
On March - 22 - 2011
Here is a little tip to remove Joomla Generator tag from the head of your site. Download the following file via FTP and open it in any text editor (/libraries/joomla/document/html/renderer/head.php) find $strHtml .= $tab.’<meta name=”generator” content=”‘.$document->getGenerator().’” />’.$lnEnd; Add two slashes at the beginning of this code //$strHtml .= $tab.’<meta name=”generator” content=”‘.$document->getGenerator().’” />’.$lnEnd; Save the file







