Commit Graph

7 Commits (develop)

Author SHA1 Message Date
Michael 0e2c2cd0e0 API: Support new tag endpoints 6 months ago
Tobias Diekershoff 77cb9405be
only deny files ending in ~ 1 year ago
Tobias Diekershoff cd7b9177ea
.htaccess-dist deny access to some backup files
this PR adds a filematch block to the distributed .htaccess file to deny access to backup files from emacs (~), vim (.swp) and other backup files (.bak).

addressing #11350
1 year ago
Hypolite Petovan 3bd8b81154 Prevents Apache from serving CLI scripts 3 years ago
Roland Häder 6da47936c6 renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards (#5428)
* renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards. This
allows local changes to it without having a dirty checkout directory.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Some fixes:
- removed non-neutral words
- added examples for Linux/Windows

* Better documentation and added note about **not** renaming the file.

Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Marcus Müller 38666fa7fa [BUGFIX] .htaccess: Rename file 5 years ago
Roland Häder a0d03bb311
Continued:
- renamed .htaccess -> .htaccess-dist and ignored .htaccess to allow local
  changes
- described /nbproject/private/ ignore (NetBeans IDE's private project data)

Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago