Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

vanity URl not used

Avatar

Level 4

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

}

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

10 Replies

Avatar

Community Advisor

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

www.albinsblog.com

Avatar

Level 4

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 ?

Avatar

Correct answer by
Community Advisor

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.

Avatar

Community Advisor

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.

Avatar

Level 4

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

}