Re: [users@httpd] Help with simple mod_rewrite

2011-05-07 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/07/2011 04:18 PM, --[ UxBoD ]-- wrote: >> I wish to redirect any URL to >> . >> >> In <.htaccess>: >> RewriteEngine on >> RewriteRule ^/(.*) http://example.com/$1?fb=1 [R,L] >> >> Where

Re: [users@httpd] Help with simple mod_rewrite

2011-05-07 Thread --[ UxBoD ]--
- Original Message - > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > I thought that this little URL rewrite would be oh-so-simple. I > have > not gotten it to work; it is completely ignored. > I wish to redirect any URL to >

[users@httpd] Help with simple mod_rewrite

2011-05-07 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I thought that this little URL rewrite would be oh-so-simple. I have not gotten it to work; it is completely ignored. I wish to redirect any URL to . In <.htaccess>: RewriteEngine on Re