Stop apache showing incomplete urls


Written on May 22, 2008 – 9:51 pm | by Rene

Apache was showing files even if i didn’t put the extension on the url, that behavior was messing with a mod rewrite rule i was working on. To solve this we just add the line below to the .htaccess file and that’s it apache will stop showing incomplete urls

  1. Options -MultiViews
  2.  

Post a Comment