Apache .htaccess how to tips and tricks for redirecting from olddomain.com to newdomain.com with and without query string parameters. If you got new or nicer domain or you want
Rewrite and redirect are totally different thing. Mod_rewrite is a url rewriting means making another version of same url, it might be simple static url version of dynamic
301 redirect is one of the excellent technique when we want to redirect from one url to another permanently. This “301” moved permanently code which tells search engine
The visitor blocking facilities offered by the Apache Web Server enable us to deny access to specific visitors, or allow access to specific visitors. This is extremely useful
Description of the problem: Your website can be accessed with www.domain.com and domain.com. Since Google penalizes this due to duplicated content reasons, you have to stick your domain
Canonicalization The easiest htaccess trick is to make sure that your site doesn’t have any canonicalization issues on the homepage. A lot of websites suffer from poor search
I hate spam, i received since i created my first email account and i am always interested in web development tricks and techniques for protecting email accounts. Recently
I hope you have gone through the examples listed in first part of this tutorial. If not, it’s here – [Beginners guide to .htaccess file with examples]. In
htaccess file allow us to make configuration changes on a per-directory basis. htaccess file works in Apache Web Server on both Linux/Unix and Windows operating system. This article