Posts Tagged ‘htaccess’

How To Redirect An Entire Web Directory URL

noam design blog urlIf you change your site’s URL structure, you’ll probably need to redirect entire directories of your website to ensure that no links are lost.

This is very important for SEO and to not loose any incoming links to your site. So here’s how it’s done: (more…)

Adding a 301 permanent redirect using htaccess

It’s easy to add 301 redirects to your website using Apache’s htaccess. A 301 permanent redirect is the most efficient and Search Engine Friendly method for web page redirection. It’s not difficult to implement and, if done appropriately, it will improve your search engine ranking as well. (more…)