활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
what if commented out below line in dispatcher farm.any file, when we don't have vanity url packages in publisher/ not used vanity url?
i'm trying to avoid 404 error in dispatcher.
/vanity_urls {
/url "/libs/granite/dispatcher/content/vanityUrls.html"
/file "/tmp/vanity_urls"
/delay 300
}
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
If the 404 is for /libs/granite/dispatcher/content/vanityUrls.htm and not planning to use vanity whitelisting, commenting this section will help to remove those 404 errors.
You can remove the /vanity_urls section from farm files, if the vanity whitlisting is not required - white list the vanity URL's in Dispatcher filters
Regards
Albin I
if we don't have vanity url packages in publisher/ not used vanity url and
trying to avoid 404 error in dispatcher.
commenting out of the above line is sufficient ?
If the 404 is for /libs/granite/dispatcher/content/vanityUrls.htm and not planning to use vanity whitelisting, commenting this section will help to remove those 404 errors.
Yes you can if you are not going to use vanity url's in your project.
If you try to use vanity url they will throw 404 until unless you haven't allowed those urls explicitly in farm files.
We don't have any vanity url as such yet, but by default its enable in farm.any like below. due to this there is 404 error, as to fix this error will commenting out below lines going to work?
/vanity_urls {
/url "/libs/granite/dispatcher/content/vanityUrls.html"
/file "/tmp/vanity_urls"
/delay 300
}
would like to know, in this case 404 error is expected?