Forum Moderators: Robert Charlton & goodroi
RewriteEngine on
RewriteBase /
RewriteRule (.*).html$ /$1.php
Any idea why google would suddenly block my site?
would it have something to do with the htaccess?
All they need to see is your content wrapped in HTML tags.
How that page of information was produced is completely irrelevant.
[google.com...]
[google.com...]
Both AddHandler or AddType might be involved.
# Disallows folders to be indexed by all robots
User-agent: *
Disallow: /css/
Disallow: /redirect/
Disallow: /waiver/
This is what my new htaccess looks like:
RedirectMatch 301 (.*)\.html$ http://www.example.ca$1.php
Google webmaster had restricted more url's since changing my htaccess. Should i simple remove it?