[TYPO3-english] cooluri 2 question
J. Bakshi
joydeep at infoservices.in
Tue Aug 4 12:26:08 CEST 2009
Jan Bednarik wrote:
> Hi,
>
>
>> 1> I have a 404 page in my page tree. I already tried to call that page by
>>
>> ````````````````````
>> <status>HTTP/1.0 404 Not Found</status>
>> <behavior type="page"><![ file_get_contents[ 404 ]]></behavior>
>> ``````````````````````
>>
>
> wow, how did you come up with that?
>
> <behavior type="page">http://www.example.com/404.html</behavior>
>
> or
>
> <behavior type="redirect">http://www.example.com/404.html</behavior>
>
>
>> 2> pegepath modification. I have the urls like
>>
>> mydomain/topmenu/hello.html
>>
>> and
>>
>> mydomain/bottommenu/hi.html
>>
>> I like to suppress the "bottommenu" and "topmenu" part. any clue ?
>>
>
> Go to page properties and check "Exclude page from middle of pagepath".
>
> Regards
>
>
Hello,
Thanks for your tips.
For the 404 page ; it is working well but with page-id like
<behavior type="redirect">http://www.example.com/?id=79</behavior>
Note: my 404 page is not-in-menu page
For the second one i.e. page-segment, I think I can't clarify it properly. "exclude ...." simply exclude the pages. But I need pagepath modification like mydomain.com/topmenu/hello.html should be mydomain.com/hello.html (just suppressing the topmenu from url ).
Thanks
More information about the TYPO3-english
mailing list