summaryrefslogtreecommitdiff
path: root/.htaccess
Commit message (Collapse)AuthorAge
* Issue #2392153 by mparker17, hussainweb, chris.smith, alexpott, dawehner: ↵David Rothstein2016-02-01
| | | | Disallow composer.json and composer.lock from being indexed
* Issue #462950 by pwolanin, Pere Orga: Mitigate the security risks that come ↵David Rothstein2015-10-03
| | | | from IE, Chrome and other browsers trying to sniff the mime type
* Issue #670454 by pwolanin, cburschka, effulgentsia: Support HTTP ↵David Rothstein2013-08-05
| | | | Authorization in CGI environments.
* Issue #1962780 by David_Rothstein, petyovsky: Fixed 500 Internal server ↵webchick2013-04-10
| | | | error on Apache 1.x servers after updating to Drupal 7.22.
* Issue #1907704 by acrollet, ultimateboy, totten: Restrict temporary files ↵David Rothstein2013-03-30
| | | | created by text editors.
* Issue #1733476 by greggles, BMDan: Fixed Make default htaccess rules ↵David Rothstein2012-12-08
| | | | protocol sensitive to avoid man-in-the-middle-attacks if users don't fully customize the rule.
* Issue #1578590 by ksenzee: Replace references to nonexesitent function ↵Jennifer Hodgdon2012-05-21
| | | | drupal_initialize_variables
* Issue #76824 by geerlingguy, xjm, droplet, kbahey: Change notice for Drupal ↵webchick2011-09-30
| | | | should not handle 404 for certain files.
* - Patch #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header ↵Dries Buytaert2011-09-18
| | | | append' in .htaccess to avoid double encoding.
* - Patch #1110810 by JohnAlbin, TR: CVS $ tag lurks in .htaccess file (and ↵Dries Buytaert2011-04-23
| | | | other dank corners of Drupal).
* - Patch #919596 by boombatower: -MultiViews in .htaccess requires odd ↵Dries Buytaert2011-04-16
| | | | AllowOverride Options=All,MultiViews.
* - Patch #919596 by mathroc, AnalogFile, dmitrig01: alias to /web cause 404 ↵Dries Buytaert2010-11-23
| | | | http response ode.
* - Patch #101227 by mikeytown2, Owen Barton, grendzy: added Gzip aggregated ↵Dries Buytaert2010-10-11
| | | | CSS and JS.
* #348448 follow-up by mfb: Remove default E_STRICT error reporting. We're too ↵Angie Byron2010-05-05
| | | | far into the release cycle for changes like this. Let's pick it up again in Drupal 8! :)
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* #581706 by c960657: Protect hidden directories (.git, .svn, etc.) in .htaccess.Angie Byron2010-02-07
|
* - Patch #638030 by dww: hide *.make files via .htaccess.Dries Buytaert2010-02-02
|
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* - Patch #550488 by c960657: turn of mod_expires for all .php files.Dries Buytaert2009-08-16
|
* - Patch #497736 by deekayen: code-style.sh is no more so it should not be ↵Dries Buytaert2009-06-21
| | | | part of .htaccess.
* - Patch #352180 by Garret Albright, wrwrwr: better multi-site friendly 'www' ↵Dries Buytaert2009-06-09
| | | | addition/removal in .htaccess.
* #328155 by cog.rusty: Allow third-party subdirectories with index.html or ↵Angie Byron2009-05-16
| | | | index.htm files.
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* #289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini ↵Angie Byron2009-01-09
| | | | settings from double-quoting JavaScript in Drupal.
* - Patch #281131 by Damien Tournoud: document the missing quote in .htaccess.Dries Buytaert2008-11-28
|
* - Patch #308834 by c960657: move setting of magic_quotes_runtime out of ↵Dries Buytaert2008-11-22
| | | | settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap.
* - Patch #217170 by maartenvg, rbiffl: boolean PHP settings are best set with ↵Dries Buytaert2008-09-15
| | | | php_flag instead of php_value.
* - Patch #28776 by lilou, Morbus Iff, Uwe Hermann: protect SVN files.Dries Buytaert2008-08-30
|
* - Patch #275730 by boombatower: protect .test files by .htaccess.Dries Buytaert2008-07-05
|
* - Patch #174940 by gpk: fixed favicon.ico 404s.Dries Buytaert2008-06-28
|
* - Patch #174940 by gpk: don't generate 404s for favicons. Work around broken ↵Dries Buytaert2008-06-26
| | | | browsers ...
* - Patch #221364 by thehong: Drupal 7, now with less PHP4.Dries Buytaert2008-02-21
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* - Patch #144634 by chx: fixed critical bug that prevented language ↵Dries Buytaert2007-10-02
| | | | negotiation to work after/when drupal_goto() is called.
* #118569 by bevan: document how should one set RewriteBase, if under a ↵Gábor Hojtsy2007-09-07
| | | | VirtualDocumentRoot
* #117151 by profix898: the second part of our FilesMatch list contained ↵Gábor Hojtsy2007-08-16
| | | | complete file names which should be protected (eg. Tag), but should not match parts of the file names (eg. Tagging.txt)
* #151634 by Ralf Stamm: protect .schema files from being read over the web, ↵Gábor Hojtsy2007-07-04
| | | | if .htaccess is parsed and adhered to
* - Patch #109150 by webernet: typo in documentation.Dries Buytaert2007-05-18
|
* - Patch #109150 by ff1 and webernet: fix rewrite rule.Dries Buytaert2007-05-18
|
* #87138: Disable mbstring encoding conversion in htaccessSteven Wittens2007-04-07
|
* - Patch #113377 by Gerhard: clean up .htaccess.Dries Buytaert2007-01-29
|
* - Patch #104506 by m3vrick: better cache headers for static files.Dries Buytaert2007-01-09
|
* #105851 by dww. Complete the list of CVS meta files.Neil Drumm2006-12-30
|
* #105300 by Gábor Hojtsy. Avoid serving .po files.Neil Drumm2006-12-28
|
* #93865 by Jax. More correct Order directive.Neil Drumm2006-11-29
|
* #81845 by Ralf Stamm. Add Apache .htaccess restriction for .info files.Neil Drumm2006-10-17
|
* #80861 by m3avrck. Avoid clobbering subdomains in the example code.Neil Drumm2006-09-01
|
* #73590 by Flanker, protect .profile files from prying eyesNeil Drumm2006-07-14
|
* #61082 by Uwe Hermann, Cosmetic fixes in .htaccessNeil Drumm2006-05-01
|
* #58647, don't show tpl.php files to people, patch by Morbus IffGerhard Killesreiter2006-04-14
|