Posts Tagged PHP

404 File Not Found Email Notification Using PHP for WordPress Blogs and Other Websites

Do you have a 404 page in your website or self hosted blog? If not, wordpress.org has given instructions on how to create custom 404 for WordPress theme. For your website, you may just google it out.
If your hosting supports, define the 404 error handler page as 404.php in the .htaccess file, like this.
# For … Read full story »

Remove WWW from your Domain Name / Website URL

What does the WWW mean nowadays? It is just the world wide web, synonym for the internet, right?
Then, why should we prefix our websites with www always? It has been a practice for so long to have website domain names start with www. Why don’t we just get rid of it, and have clear … Read full story »

Enable Your Blog or Website as Your OpenID Login

OpenID is your universal login name which server as single sign on (SSO) to authenticate yourself on other blogs and websites, without ever filling out those registration forms again. It is simply a URL that can be used to sign in to any website that supports OpenID. My openID is TECK.IN, that means I can … Read full story »

Microsoft Sponsoring Apache Software Foundation

Microsoft has become a platinum sponsor of Apache Software Foundation by donating $100,000. Microsoft commits to offer royalty-free specifications for Windows Server and .Net Framework protocols as part of its expanded support for the open-source community.
Google and Yahoo! are the other two platinum sponsors of the Foundation, and HP is a gold sponsor.
Microsoft also is … Read full story »

Create TinyURL at Your Site and Shorten Long / Affiliate Links

Many web masters and bloggers prefer to hide the affiliate links from their web pages, partially to hide the affiliation link from their visitors and also to easily change the affiliate links. Your visitors trust links from your own domain than a tinyurl link. You could use HTTP meta redirect, JavaScript redirect or .htaccess redirect … Read full story »