0
RealURL 구성에 문제가있어 솔루션을 찾을 수 없습니다. 내 사이트에 배너를 포함 시켰지만 뉴스 세부 정보 페이지에서 링크가 작동하지 않아 403 오류가 발생합니다. 그래서 내 RealURL 구성에 뭔가 잘못이 있어야한다 :Typo3 RealURL tx_news 배너 링크가있는 세부 정보 페이지에서 오류가 발생했습니다.
'fixedPostVars' => array(
'newsDetailConfiguration' => array(
array(
'GETvar' => 'tx_news_pi1[news]',
'lookUpTable' => array(
'table' => 'tx_news_domain_model_news',
'id_field' => 'uid',
'alias_field' => 'title',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => 1,
'useUniqueCache_conf' => array(
'strtolower' => 1,
'spaceCharacter' => '-'
),
'languageGetVar' => 'L',
'languageExceptionUids' => '',
'languageField' => 'sys_language_uid',
'transOrigPointerField' => 'l10n_parent',
'autoUpdate' => 1,
'expireDays' => 180,
)
)
),
'18' => 'newsDetailConfiguration',
링크 배너를 클릭하면 다음과 같다 때 /세부/유형 = 9002 & tx_sfbanners_pi1 [배너] = 4 & tx_sfbanners_pi1 [액션]? = & tx_sfbanners_pi1 [컨트롤러]를 클릭 = 배너 & cHash = 5ab32cd1edb0529752985d5e30dfd8be 도와
감사합니다! EXT의
당신이 나에게 이것에 대한 예를 들어 줄시겠습니까 배너의 링크를 만들 때 추가해야된다? – user3401852
링크가 확장 프로그램에서 자동으로 생성됩니다. – user3401852