Not sure if you want one of these redirects in place too
On Thu, May 22, 2008 at 8:28 PM, Rob <[EMAIL PROTECTED]> wrote:
> hey there,
>
> was wondering wether i could be pointed in the right direction. Im
> wondering how i setup in my virtual hosts (if in fact i do it in my virtual
> hosts)
hi
I thought if you wanted the "foo" and everything underneath it or by itself
RewriteRule ^/foo/?.*$ /landing_page
Jenny
On Dec 12, 2007 9:41 AM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> ---
> RewriteRule ^([^/]+)/?$ /page.php?id=$1 [L]
>
>