Posts Tagged ‘apache’
Mapping content over domains with Apache
Posted by primeminister | Filed under Cake-Toppings, Other (tech) stuff
Using ‘Dynamic Mirror‘ in Apache you can map content from one domain to another. This was useful for a customer who had two very old domains from 1993 and built-up a nice SEO ranking.
We have two domains a-domain.com and b-example.com. The last one has a new design and some different links and is an application built in CakePHP.
The other domain ‘a-domain.com’ had its purpose to serve the same content. (more…)
Checking query string with mod rewrite
Posted by primeminister | Filed under Other (tech) stuff
The latest project I had to rewrite old URLs to new URLs. These URLs have been on the internet since 1994 so for the search engines and ranking on those pages it was very important.
Many URLs had to be detected through there query string, their GET arguments. Here is an example:
(more…)