How can I use a clean URL only in a subfolder of my website?
        Posted  
        
            by tibin mathew
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tibin mathew
        
        
        
        Published on 2010-06-02T06:39:44Z
        Indexed on 
            2010/06/17
            11:13 UTC
        
        
        Read the original article
        Hit count: 250
        
Hi,
I have a web site http://www.mydomain.com Here I have created a sub folder http://www.mydomain.com/products. I want to change all the page inside the product folder as clean URL. I know .htaccess should be inside product folder. If it's enabled, will it affect all the parent directories and files of my site
I mean http://www.mydomain.com/ here, will it affect the pages here also.
I have one more doubt about .htaccess file, is there a way I can enable mod_rewrite through any code code without directly editing httpd.conf file
Please help me
Thanks
© Stack Overflow or respective owner