In a message dated 3/16/01 9:39:16 AM Eastern Standard Time, 
[EMAIL PROTECTED] writes:


> I thought Search engines couldnt spyder dynamic pages such as
> "1.php?foo=bar"
> 

True - but with the magic of Apache's mod_rewrite -- you can make a URL 
appear to a browser as: http://www.yourdomain.com/bar -- but on your server, 
it can be rewritten as: http://www.yourdomain.com/1.php?foo=bar.

mod_rewrite is extremely cool. you can read more about it at: 
http://httpd.apache.org/docs/mod/mod_rewrite.html

don

Reply via email to