1. 22 Apr, 2011 1 commit
    • Igor Wiedler's avatar
      also disable apache MultiViews · f8d43e72
      Igor Wiedler authored
      MultiViews is a content-negotiation option for apache that will, when requesting /resource try to serve /resource.ext. if you have a blog.php this can lead to /blog serving you blog.php instead.
      
      this can be quite common with mounted apps.
      
      great thanks to Rafael Filipek for discovering this.
      f8d43e72
  2. 21 Apr, 2011 1 commit
    • Igor Wiedler's avatar
      remove -d from .htaccess RewriteCond · fc85a9ad
      Igor Wiedler authored
      this caused issues when you try to mount a blog.php under /blog. apache serves you blog.php although blog.php is not a directory.
      
      removing the RewriteCond resolves the issue.
      fc85a9ad
  3. 20 Apr, 2011 2 commits
  4. 18 Apr, 2011 8 commits
  5. 17 Apr, 2011 13 commits
  6. 16 Apr, 2011 6 commits
  7. 15 Apr, 2011 8 commits
  8. 14 Apr, 2011 1 commit