[TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

Tobias Dörner hermes1 at web.de
Sun Mar 20 19:51:18 CET 2011


Hi Dimtry,
thanks for answering.
/* The very last segment can never be excluded. */
That’s what I know too. But it is the last segment before Parameters of
extension. In this case it should be the "middle". Or does it mean the
segment before extension parameters is not in the middle? When it is, then
it doesn’t work. 
http://localhost/page/extensionMayBe-tt_news
/page/ is the path segment I don’t want to have in url.

/* it looks more like you have a cacheable extension and do not have cHash
in your links at all. */
That’s it. 
Comparison:
Without RealUrl works fine
http://localhost/index.php?id=999&tx_extension...cHash0123456789
now I have content.

With RealUrl
http://localhost/page/humanReadable
Correct url but no Content of extension.

Do you know this problem?

Best Regards Tobi


-----Ursprüngliche Nachricht-----
Von: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Dmitry Dulepov
Gesendet: Sonntag, 20. März 2011 09:04
An: typo3-english at lists.typo3.org
Betreff: Re: [TYPO3-english] REALURL - No hashcode/parameters passed --
Exclude Page from url

Hi!

Tobias Dörner wrote:
> for two days now i keep busy to solve two problems that drive me crazy^^
> 1.  To exclude a page of the pageTree . Means I don’t want to have it
> visible in the url. I have done already about klicking checkbox “exclude
> from url” but it doesn’t work although cache is cleared.

Excluding works only for pages in the middle of the path. Suppose you have 
this:
http://localhost/path1/path2/

You can exclude "path1" but you cannot exclude "path2". However if you have:
http://localhost/path1/path2/

You can explude "path2" but not "path3". The very last segment can never be 
excluded.

> 2. No Parameters of Extensions pass the url. On mouse over a link
everything
> looks fine(correct path and parameter translation). But on klicking on a
> link there are no parameters passing. Either there is an error or simply
an
> empty site without parameters.

What do you mean by "there are no parameters passing"? How did you come to 
this conclusion? Did you output parameters to the browser output from the 
extension? If you just see the extension output and it shows like it is 
without parameters, it looks more like you have a cacheable extension and 
do not have cHash in your links at all. That would cause symptoms you
describe.

-- 
Dmitry Dulepov
TYPO3 core&security team member
E-mail: dmitry.dulepov at typo3.org
Web: http://dmitry-dulepov.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list