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

Dmitry Dulepov dmitry.dulepov at gmail.com
Sun Mar 20 09:04:25 CET 2011


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/


More information about the TYPO3-english mailing list