Vanity URLS or URLs without extensions - Caching | Community
Skip to main content
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
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
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