< Browse > Home / Archive by category '.htaccess code'

| Mobile | RSS

Redirect multiple Pages to One Page

I 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$ [...]

Stopping Google From Seeing Your Secure Pages

I 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 [...]