Skip to content

Commit

Permalink
refine ignoring of CVS files
Browse files Browse the repository at this point in the history
  • Loading branch information
yhager committed Jan 26, 2010
1 parent a7562a1 commit 0b9d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/drupal_common
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

# This is mostly based on Drupal's stock .htaccess
location ~* ^.+(\.(txt|engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root|Tag|Template)$ {
location ~* ^.+(\.(txt|engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|/Entries.*|/Repository|/Root|/Tag|/Template)$ {
return 404;
}

Expand Down

0 comments on commit 0b9d368

Please sign in to comment.