Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Domain root of a website

Avatar

Level 3

Hi all I need to add some files in the domain root of my AEM website for comodo validation.

Can you please help in specifying where the domain root will be ?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

You can try one of the following approaches:

1. Configure your dispatcher web server to send the file. This can be achieved in a variety of ways in apache (e.g. mod_alias).

2. Add the required file to the appropriate location in AEM. Generally the path would be something like /content/yoursite/en/<file-goes-here>.txt, and you would make use of the mod_rewrite and/or resource mapping to remove /content/yoursite/en/ from the public URL.

Lösung in ursprünglichem Beitrag anzeigen

5 Antworten

Avatar

Level 10

See this older community thread: https://forums.adobe.com/thread/1195166

Avatar

Administrator

I have asked internal experts to share some information here.

~kautuk



Kautuk Sahni

Avatar

Korrekte Antwort von
Employee

You can try one of the following approaches:

1. Configure your dispatcher web server to send the file. This can be achieved in a variety of ways in apache (e.g. mod_alias).

2. Add the required file to the appropriate location in AEM. Generally the path would be something like /content/yoursite/en/<file-goes-here>.txt, and you would make use of the mod_rewrite and/or resource mapping to remove /content/yoursite/en/ from the public URL.

Avatar

Employee

Note: For approach (2), the standard sites/siteadmin UIs will not allow you to place the file there, however you can make use of CRXDE (or another mechanism like a content package or the Sling REST API) to create the file.

Avatar

Administrator

Thanks a lot Joseph for sharing your thoughts here.

Adding a reference post :- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// URL rewriting using apache mod_rewrite along with dispatcher 

~kautuk



Kautuk Sahni