Vanity URLS or URLs without extensions - Caching | Community
Skip to main content
Singaiah_Chintalapudi
New Participant
January 24, 2017
Solved

Vanity URLS or URLs without extensions - Caching

  • January 24, 2017
  • 1 reply
  • 911 views

Hi,

I've been trying to understand if there is any way to cache the vanity urls with out any extension?

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

Please have a look at these forum posts talking about caching extension less URLs.

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__kgnd-we_have_someurlsin.html

//     Dispatcher directly does not cache the page without an extension.

       But, one of the use suggested a workaround for this:- add the .html extension in the apache rewrite module.

 

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__ebjl-hi_we_have_seen.html

// http://a***.comsuffix1/suffix2  is not cached on dispatcher, because it does not have an extension. If you manage to have a URL like http://a***.comsuffix1/suffix2.html the dispatcher is able to cache it.

 

I hope this will help you.

~kautuk

1 reply

kautuk_sahni
kautuk_sahniAccepted solution
Employee
January 25, 2017

Hi 

Please have a look at these forum posts talking about caching extension less URLs.

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__kgnd-we_have_someurlsin.html

//     Dispatcher directly does not cache the page without an extension.

       But, one of the use suggested a workaround for this:- add the .html extension in the apache rewrite module.

 

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__ebjl-hi_we_have_seen.html

// http://a***.comsuffix1/suffix2  is not cached on dispatcher, because it does not have an extension. If you manage to have a URL like http://a***.comsuffix1/suffix2.html the dispatcher is able to cache it.

 

I hope this will help you.

~kautuk

Kautuk Sahni