05-18-2012, 03:53 AM
Hello
Hosting company said they did not reject googlebot.
File robots.txt was just added yesterday.
sitemap also was just added yesterday.
htaccess file content as below:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
RewriteEngine On
RewriteRule ^News-([a-zA-Z0-9-|%]+)_([0-9]+)\.html$ news_show.php?fp=$1&id=$2
RewriteRule ^Product-([\.a-zA-Z0-9-|%]+)_([0-9]+)\.html$ product-detail.php?fp=$1&pid=$2
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml"
Can someone please shed some light here.
Cheers
Hosting company said they did not reject googlebot.
File robots.txt was just added yesterday.
sitemap also was just added yesterday.
htaccess file content as below:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
RewriteEngine On
RewriteRule ^News-([a-zA-Z0-9-|%]+)_([0-9]+)\.html$ news_show.php?fp=$1&id=$2
RewriteRule ^Product-([\.a-zA-Z0-9-|%]+)_([0-9]+)\.html$ product-detail.php?fp=$1&pid=$2
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml"
Can someone please shed some light here.
Cheers