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
}
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Thanks for help Albin. I will try it.
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
}
Yes you can no issues with that.
Thanks Ankur !. I will try it out.
would like to know, in this case 404 error is expected?