.htaccess code to protect a single url?
        Posted  
        
            by Adrian M.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adrian M.
        
        
        
        Published on 2010-04-19T20:18:27Z
        Indexed on 
            2010/04/19
            20:23 UTC
        
        
        Read the original article
        Hit count: 377
        
Is it possible to achieve this? For example I will have "website.com/index.php?skin=name" can I protect only this url? (with no php changing only htaccess)
P.S. "website.com/index.php" or "website.com/index.php?skin=other_name" should not be restricted..
Thanks!
© Stack Overflow or respective owner