Commit Graph

119 Commits (bb4029219dd75f91319ec4a12b0fc947f098bb4d)

Author SHA1 Message Date
David Rothstein 7a036f1678 Issue #670454 by pwolanin, cburschka, effulgentsia: Support HTTP Authorization in CGI environments. 2013-08-05 01:01:21 -04:00
webchick bc0ca547b7 Issue #1962780 by David_Rothstein, petyovsky: Fixed 500 Internal server error on Apache 1.x servers after updating to Drupal 7.22. 2013-04-10 11:44:35 -07:00
David Rothstein a16de0db66 Issue #1907704 by acrollet, ultimateboy, totten: Restrict temporary files created by text editors. 2013-03-30 12:02:34 -04:00
David Rothstein ee22e043bf Issue #1733476 by greggles, BMDan: Fixed Make default htaccess rules protocol sensitive to avoid man-in-the-middle-attacks if users don't fully customize the rule. 2012-12-08 15:45:32 -05:00
Jennifer Hodgdon 491ae8b00f Issue #1578590 by ksenzee: Replace references to nonexesitent function drupal_initialize_variables 2012-05-21 07:53:24 -07:00
webchick e120a6e886 Issue #76824 by geerlingguy, xjm, droplet, kbahey: Change notice for Drupal should not handle 404 for certain files. 2011-09-30 15:00:38 -07:00
Dries Buytaert e7b5088ef9 - Patch #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header append' in .htaccess to avoid double encoding. 2011-09-18 20:42:17 -04:00
Dries Buytaert b3333ec2bf - Patch #1110810 by JohnAlbin, TR: CVS $ tag lurks in .htaccess file (and other dank corners of Drupal). 2011-04-23 20:28:57 -04:00
Dries Buytaert 26d9d42a0d - Patch #919596 by boombatower: -MultiViews in .htaccess requires odd AllowOverride Options=All,MultiViews. 2011-04-16 14:22:48 -04:00
Dries Buytaert 952445f5ab - Patch #919596 by mathroc, AnalogFile, dmitrig01: alias to /web cause 404 http response ode. 2010-11-23 02:59:05 +00:00
Dries Buytaert 563c673ea3 - Patch #101227 by mikeytown2, Owen Barton, grendzy: added Gzip aggregated CSS and JS. 2010-10-11 23:49:48 +00:00
Angie Byron 70097688f4 #348448 follow-up by mfb: Remove default E_STRICT error reporting. We're too far into the release cycle for changes like this. Let's pick it up again in Drupal 8! :) 2010-05-05 06:15:59 +00:00
Dries Buytaert ff301288f2 - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
Angie Byron 84d9994485 #581706 by c960657: Protect hidden directories (.git, .svn, etc.) in .htaccess. 2010-02-07 05:20:21 +00:00
Dries Buytaert cc4e41583d - Patch #638030 by dww: hide *.make files via .htaccess. 2010-02-02 07:25:01 +00:00
Dries Buytaert 1df3cfffef - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem with clean urls. 2010-01-29 22:40:41 +00:00
Dries Buytaert 3df77d6b65 - Patch #550488 by c960657: turn of mod_expires for all .php files. 2009-08-16 12:10:36 +00:00
Dries Buytaert 29e3ab6091 - Patch #497736 by deekayen: code-style.sh is no more so it should not be part of .htaccess. 2009-06-21 10:48:06 +00:00
Dries Buytaert 8f2c63ea25 - Patch #352180 by Garret Albright, wrwrwr: better multi-site friendly 'www' addition/removal in .htaccess. 2009-06-09 05:08:16 +00:00
Angie Byron 2a56294315 #328155 by cog.rusty: Allow third-party subdirectories with index.html or index.htm files. 2009-05-16 13:19:12 +00:00
Dries Buytaert 526401c4c8 - Patch #147310 by c960657 et al: better cache headers for reverse proxies. 2009-04-22 09:45:03 +00:00
Angie Byron d046c0c211 #289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini settings from double-quoting JavaScript in Drupal. 2009-01-09 02:49:01 +00:00
Dries Buytaert 9b391c2e6e - Patch #281131 by Damien Tournoud: document the missing quote in .htaccess. 2008-11-28 09:39:13 +00:00
Dries Buytaert 6608f70cff - Patch #308834 by c960657: move setting of magic_quotes_runtime out of 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. 2008-11-22 13:46:11 +00:00
Dries Buytaert 4ebaf8b659 - Patch #217170 by maartenvg, rbiffl: boolean PHP settings are best set with php_flag instead of php_value. 2008-09-15 15:21:44 +00:00
Dries Buytaert 490afc1ed2 - Patch #28776 by lilou, Morbus Iff, Uwe Hermann: protect SVN files. 2008-08-30 13:22:14 +00:00
Dries Buytaert f5645d67e7 - Patch #275730 by boombatower: protect .test files by .htaccess. 2008-07-05 18:37:05 +00:00
Dries Buytaert 6fca076ead - Patch #174940 by gpk: fixed favicon.ico 404s. 2008-06-28 19:48:21 +00:00
Dries Buytaert 34fd475f24 - Patch #174940 by gpk: don't generate 404s for favicons. Work around broken browsers ... 2008-06-26 19:19:44 +00:00
Dries Buytaert ffdbe06e3a - Patch #221364 by thehong: Drupal 7, now with less PHP4. 2008-02-21 19:45:47 +00:00
Dries Buytaert 39706e3c51 - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Gábor Hojtsy a6674e225b #118569 by bevan: document how should one set RewriteBase, if under a VirtualDocumentRoot 2007-09-07 12:26:59 +00:00
Gábor Hojtsy 5658de996c #117151 by profix898: the second part of our FilesMatch list contained complete file names which should be protected (eg. Tag), but should not match parts of the file names (eg. Tagging.txt) 2007-08-16 12:54:36 +00:00
Gábor Hojtsy 8a65b86d1c #151634 by Ralf Stamm: protect .schema files from being read over the web, if .htaccess is parsed and adhered to 2007-07-04 22:26:41 +00:00
Dries Buytaert 0b42d1dcdf - Patch #109150 by webernet: typo in documentation. 2007-05-18 22:09:45 +00:00
Dries Buytaert cc62bb2644 - Patch #109150 by ff1 and webernet: fix rewrite rule. 2007-05-18 17:44:29 +00:00
Steven Wittens 6f94dc3c2f #87138: Disable mbstring encoding conversion in htaccess 2007-04-07 11:05:06 +00:00
Dries Buytaert 0cc399504b - Patch #113377 by Gerhard: clean up .htaccess. 2007-01-29 12:36:51 +00:00
Dries Buytaert 50535ab339 - Patch #104506 by m3vrick: better cache headers for static files. 2007-01-09 09:27:10 +00:00
Neil Drumm 3944fe38ec #105851 by dww. Complete the list of CVS meta files. 2006-12-30 20:54:54 +00:00
Neil Drumm 2d6f76ce7c #105300 by Gábor Hojtsy. Avoid serving .po files. 2006-12-28 07:47:19 +00:00
Neil Drumm 94fbfe8b3c #93865 by Jax. More correct Order directive. 2006-11-29 06:16:14 +00:00
Neil Drumm cc61cd3028 #81845 by Ralf Stamm. Add Apache .htaccess restriction for .info files. 2006-10-17 08:36:19 +00:00
Neil Drumm 17bffb056c #80861 by m3avrck. Avoid clobbering subdomains in the example code. 2006-09-01 07:25:25 +00:00
Neil Drumm abba0a4c2d #73590 by Flanker, protect .profile files from prying eyes 2006-07-14 01:03:28 +00:00
Neil Drumm 1b1ceb6edc #61082 by Uwe Hermann, Cosmetic fixes in .htaccess 2006-05-01 08:32:56 +00:00
Gerhard Killesreiter 52379be172 #58647, don't show tpl.php files to people, patch by Morbus Iff 2006-04-14 09:08:26 +00:00
Gerhard Killesreiter dec8354485 #56634, docs improvement, patch by JonBob 2006-04-13 08:49:45 +00:00
Steven Wittens 69726b0d7b #56634: Resolve issues with varying $base_url
- Fix locations links in watchdog
- Fix repeated subdirectory in page cache CIDs
2006-04-12 08:42:47 +00:00