In: .htaccess code
3 Sep 2009I am a self admitted htaccess rookie sometimes, although I have a very good idea of how to do it now.
So from this I have generated different section of code that will work when you want to redirect multiple pages to just one page or domain.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/index \.php$
RewriteCond %{REQUEST_URI} !^(.*)\.html$
RewriteCond %{REQUEST_URI} !^(.*)\.css$
RewriteCond [...]
In: .htaccess code
3 Jun 2009I have come up against this small probelm lately. I wanted to rewrite one of my sites so that my https pages would not get cached by google.
There is one easy wsay to do this that work for me. What you need to do is first make a second robots file and call it whatever [...]
I am a Geordie SEO Programmer who is working for one of the biggest SEO Companies in the country.