How can i use clean url only i 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/02
            6:43 UTC
        
        
        Read the original article
        Hit count: 242
        
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
Thasnks
© Stack Overflow or respective owner