summaryrefslogtreecommitdiff
path: root/.htaccess
Commit message (Collapse)AuthorAge
* - 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
|
* #56634, docs improvement, patch by JonBobGerhard Killesreiter2006-04-13
|
* #56634: Resolve issues with varying $base_urlSteven Wittens2006-04-12
| | | | | - Fix locations links in watchdog - Fix repeated subdirectory in page cache CIDs
* #54784, protect .install, .*sql files, patch by eafarris.Gerhard Killesreiter2006-03-24
|
* - #47711: Better PHP5 htaccess compatibilitySteven Wittens2006-02-08
|
* - Patch #29344 by Morbus: .htaccess file needs file protection updateDries Buytaert2005-12-01
|
* - Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess.Dries Buytaert2005-03-20
|
* - More improvements by Morbus, Goba, TDobes et al:Dries Buytaert2005-03-15
| | | | | | | | | | | | | | | | | | | | | | | Per TDobes' comments: * INSTALL.txt corrected to use 4.3.3, not 4.33. * .htaccess: removed allow_call_time_pass_reference. two confirmations that a) the setting was wrong in the first place, b) there were no adverse affects for the incorrect setting, c) the PHP docs say it is deprecated. * .htaccess: removed short_open_tag. Running grep -r "<? " * across the entire directory tree of both core and contributions only brought up contributions and no core. I agree that the fuller form is better. The following contributions will need to be updated: modules/edit_template/edit_template.module, sandbox/garym/themes/marvin_2k/templates/page.tpl.php, sandbox/killes/compare.php, sandbox/paolino/import/click.php, themes/spreadfirefox/block.tpl.php. For error's sake, I also did a manual verification for "<?" (no space) across core and came up against nothing in addition to the above contribs. Per Goba's comments: * .htaccess: Moved session.auto_start back. * sites/default/settings.php: Removed track_vars. Per mailing list comments: * INSTALL.txt: Added text about the files/ directory, creating it, and permissions. * INSTALL.txt: Added an example of why Drupal requires cron (the search.module) in an attempt to justify why a crontab is a good, nay, required step. And my own further analities: * .htaccess: cleaned up some whitespace valleys (i hate 'em, hate 'em!) and fixed a few stray colons. * settings.php: minor whitespace error.
* - Patch #18641 by Morbus: .htaccess improvements. Modified a bit by me.Dries Buytaert2005-03-12
|
* #5900: Fix mod_expire forcing page caching on the client side.Steven Wittens2005-02-21
|
* - Set the DirectoryIndex.Dries Buytaert2005-02-20
|