Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2005 at 21:46 UTC
Updated:
28 Feb 2007 at 23:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
inducer@news.tiker.net commentedI forgot to mention that this is implemented as a third value ("2") of the
clean_urlsystem variable, which can be interactively selected (and is documented) in the setup screen.Comment #2
chx commentedFeatures are not going into 4.5, that's in bugfix mode, so please check whether this patch applies to HEAD and change the version accordingly.
I hesitate to +1 this. Is this necessary ie. are there so many hosting providers with .htaccess but without mod_rewrite support? The big problem I have faced many times is the lack of .htaccess support at cheap or free providers.
I'd recommend that you pick out the header("HTTP/1.0 NNN Message") header lines and resubmit that as a patch with category bug. That's a totally different beast.
Comment #3
inducer@news.tiker.net commentedTurns out that the
header()issue is fixed in CVS. Find attached an updated version of the patch that applies to current CVS cleanly.http://mamboforge.net/projects/sef404/ lists the corresponding project for Mambo.
Comment #4
inducer@news.tiker.net commentedCVS diffs cannot include new files, unfortunately, so the added file
404.phpwas missed. I've attached it to this comment, you need to drop it into the main directory.Comment #5
killes@www.drop.org commentedThe patch doesn't fully apply anymore.
Comment #6
morbus iffBig -1 from me. We shouldn't piggyback or overload status code 404 with the brunt of our operation. That's obscene and just downright *wrong*.
Comment #7
Crell commentedBreaking normal 404 functionality is a bad thing. Plus, this is way old. :-)