Drupal Clean Urls break randomly for arbitrary paths.
        Posted  
        
            by picardo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by picardo
        
        
        
        Published on 2010-06-17T18:47:30Z
        Indexed on 
            2010/06/17
            20:03 UTC
        
        
        Read the original article
        Hit count: 343
        
I've done everything right. My server has mod_rewrite enabled, my virtualhost path has AllowOverride set to All, and I have the .htaccess file in place with the rewrite rules same as everyone. But I have trouble accessing some pages using their clean url paths. So for 90% of the pages, clean urls work fine. But for that 10%, they don't.
I have checked whether those pages exist -- they do. Checked whether they are accessible using index.php?q=[path] -- and they are. They are only inaccessible through clean url paths.
Can anyone help me with this mystery?
© Stack Overflow or respective owner