Tag Archives: htaccess
Regular Expression Guide for SEOs Regular Expression (or REGEX) is a topic which gives me creep all the time (even though i have dared to write about it). I think it is something which can’t be learned in day or two, not even in
Regular Expression (or REGEX) is a topic which gives me creep all the time (even though i have dared to write about it). I think it is something which can’t be learned in day or two, not even in
htaccess tips and tricks 1. How to apply 301 from one file to another file Step 1: Add following code in your .htaccess file: Options +FollowSymLinksRewriteEngine onRedirect 301 /file1.html http://www.mywebsite.com/file2.html The above code will permanently redirect file1.html to file2.html. So whenever a search engine
1. How to apply 301 from one file to another file Step 1: Add following code in your .htaccess file: Options +FollowSymLinksRewriteEngine onRedirect 301 /file1.html http://www.mywebsite.com/file2.html The above code will permanently redirect file1.html to file2.html. So whenever a search engine





