[Typo3] I want 404's !!
Christoph Koehler
christoph.koehler at gmail.com
Thu Jun 30 19:22:17 CEST 2005
I just tested it and deleted the .htaccess file and disabled realurl, and
it works like a charm. Just disabling it won't work though, gotta delete
the .htaccess file, so I guess it's a rewrite rule that redirects all
requests to the main site in case it doesn't exist.
Now I don't know that much about the rewrite module, so maybe someone else
can help us fix it?
Christoph
On Thu, 30 Jun 2005 12:17:59 -0500, Christoph Koehler
<christoph.koehler at gmail.com> wrote:
> Hm, I haven't configured RealURL at all in the localconf.php because I
> don't know very much php.
> you could try and change the 'index.php?id=pagenotfound' to an actual
> html file with an error message or something.
> But if someone else could shed some light on this, it would be
> appreciated...
>
>
> On Thu, 30 Jun 2005 12:03:08 -0500, Nate Russell <nate at chillmost.com>
> wrote:
>
>> We're sitting in the same boat. I have tried everything you did but
>> haven't gotten much farther. I did put this snippet of code into my
>> localconf.php file and got the default page error insted of having
>> realUrl direct the user to the next highest level....
>>
>>
>> 'postVarSets' => array(
>> '_DEFAULT' => array(
>> ),
>> ),
>> );// this is the end of the main RealUrl array from way up
>>
>> $TYPO3_CONF_VARS["FE"]["pageNotFound_handling"]
>> ='index.php?id=pagenotfound';
>>
>> I went into the install tool to try and configure the 404 page but it
>> didn't work either. Are you using 3.8.0? I find a lot of little things
>> are different than what the documentation describes. Let me know if you
>> get any further.
>>
>> Nate
>
More information about the TYPO3-english
mailing list