Naberd Zendi
2017-10-03 08:51:50 UTC
have following snippet:
20 = TEXT
20.typolink.parameter = {$searchPage}
20.typolink.returnLast = url
20.wrap = <form id="searchform" name="tx_indexedsearch" method="post" action="|">
when i call page without www it gives me search/ in action field
when i call it with www it gives me http://domain/search/ in action field
baseURL l is https://domain
which gives me mixed content on page when i call it with www
same goes if i use fluid <f:link pagUId= /> in case without www it gives me just page link without http://domain/ with www it adds http://domain/
typo3 version is 7.6.5
can someone point out to a patch if there was one or which file should i modify to fix it ?
20 = TEXT
20.typolink.parameter = {$searchPage}
20.typolink.returnLast = url
20.wrap = <form id="searchform" name="tx_indexedsearch" method="post" action="|">
when i call page without www it gives me search/ in action field
when i call it with www it gives me http://domain/search/ in action field
baseURL l is https://domain
which gives me mixed content on page when i call it with www
same goes if i use fluid <f:link pagUId= /> in case without www it gives me just page link without http://domain/ with www it adds http://domain/
typo3 version is 7.6.5
can someone point out to a patch if there was one or which file should i modify to fix it ?