Can this be used via .htaccess in a shared hosting situation?
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 10:15 AM
Subject: Re: [PHP] Shopping Carts and Sessions
> 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
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]