Hello,
Here is the .htaccess entry. what I intended to do is to transfer anyone typing as www.yahoo.com/Hello to www.yahoo.com/index.php?h=hello.
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule /index.php?u=$1
Now for some reason it shows me a 404 error when I type in yahoo.com too, I wonder what is wrong.
Thanks Jean