How can I do a clean Mod_Rewrite that hides the variable numbers passed in the query string but just
        Posted  
        
            by Jay Bee
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jay Bee
        
        
        
        Published on 2010-04-16T08:59:14Z
        Indexed on 
            2010/04/16
            9:03 UTC
        
        
        Read the original article
        Hit count: 393
        
mod-rewrite
Hi,
I have been developing web applications for a while now. My applications have been fairing poorly in search engine results because of the dynamic links that my websites generate.
I admire the way some developers do their mod_rewrite to produce something like: http://www.mycompany.com/accommodation/europe/ to run a substitute of "index.php?category_id=2&country=23"
How can I achieve that in my urls?
Warm regards, JB
© Stack Overflow or respective owner