
February 22nd, 2007, 02:40 PM
|
|
Contributing User
|
|
Join Date: Dec 2005
Posts: 45
Time spent in forums: 1 Day 1 h 32 m 58 sec
Reputation Power: 7
|
|
|
Googlebot & mod_rewrite issue
Hello I am using some script to detect when Googlebot visit my pages, on those pages I am using mod_write for friendly URLs
My mod_write is
Options +FollowSymLinks
RewriteEngine on
RewriteRule ingersoll-rand-(.*)\.htm$ /ingersolllist.php?start=$1
RewriteRule ingersoll-part-number-(.*)\.htm$ /ingersoll-ver.php?id=$1
the .htaccess is located at the subdomain folder
Now I also have email notification and when I check the email it doesnt show the url with mod_rewrite but it does show something like
http://ingersoll-rand.mydomain.com/ingersoll-ver.php?id=32219057.
I have tested the rule from browsing and it works great but Googlebot doesnt want to read it the way I want.
Hope you can help me with this.
Thanks.
|