Development

How to Change Wordpress Permalinks without affecting Google

you can easily upgrade your structure from WordPress Admin options but all the links indexed by google wont be able to land on the proper topics. So how you fix this issue. I’ve done some research on it and found out there is an excellent plugin that does the job seamlessly. It’s written by deanlee.com, it’s called the Permalinks Migration Plugin for wordpress. Just Install as usual and activate it and it will do the rest of the job.

How to fix wordpress 2.6 dashboard to have incoming Technorati Links

How to fix wordpress 2.6 dashboard to get incoming Technorati Links. From wordpress 2.3 onwards the administration dashboard displays google blog search incoming links. Which is not always to the point and also not updated frequently. Lot of us suffers possibly because we are so used to look for incoming links to our blog from Technorati, which is more accurate, updated and to the point. I was looking for a possible solution in google, found a few, namely from Soft Tech Reviews. Soft Tech Reviews described the situation related to wordpress 2.3.xx. I was studying it and I found out the structure for fetching the blog incoming links has been changed dramatically in Wordpress 2.6, now it’s more object oriented code and the fetch RSS codes doesn’t stay in /wp-admin/index-extra.php , it actually uses index-extra.php to call the object from /wp-admin/includes/dashboard.php.

PHP Sendmail Setup with SMTP IIS and Windows Servers

Did you had problems setting up PHP on a Windows server which is running IIS and also running a SMTP server inside IIS? Have you faced problems sending mail from PHP scripts running on IIS server with IIS SMTP engine? By default IIS doesn’t allow relaying SMTP mails if it comes from 3rd party products. So this problem is related to IIS SMTP “Relay Restrictions”.