Category

Archive for the 'Webserver Optimization' Category

301 redirecting is search engine friendly

301 redirect aka “moved permanently” - definition
A 301 redirect is a server side, search engine friendly way to lead surfers as well as search engine robots to the new location of a webpage or a whole website. The 301 redirect tells the search engine robots that the corresponding webpage has permanently moved somewhere else.
Implementation of […]

mod_rewrite basics

mod_rewrite - definition
“mod_rewrite” is an extension module for the world’s most popular webserver, called Apache.
mod_rewrite - what does it do

“mod_rewrite” is used to rewrite webpage urls, especially dynamic urls including folder paths, variables and file extensions.
seo with mod_rewrite
The main reason for the rewriting of webpages for seo purposes lies in the fact that most search […]