.htaccess error while url forwarding
        Posted  
        
            by Jean
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jean
        
        
        
        Published on 2010-04-06T08:34:51Z
        Indexed on 
            2010/04/06
            8:43 UTC
        
        
        Read the original article
        Hit count: 312
        
.htaccess
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
© Stack Overflow or respective owner