Expand my Community achievements bar.

HelpTech
HelpTech
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi ,When I am going through the error log of my server noticed that major portion of the log is covered by a warning which states "Get /content/test/en_US/demoPage.html Http /1.1] core.day.cq.wcm.core.impl.page.PageImpl page at /content/test/en_US does not have a jcr:content childresource". Could an...

    Type

    Questions

    Views

    690

    Likes

    0

    Replies

    3
  • Hi @TarunKumar I need to check whether the environment is prod or non prod but the codded you shared is to validate the wcmmode right?

    Type

    Questions

    Views

    2.2K

    Like

    1

    Replies

    0
  • Hi,I tried to check the runmode in AEM in order to add the script accordingly to PROD and non-PROD environments. When I try to execute the code both the script is displaying in the PROD and non-PROD environment. Below is the code added: Runmode.Java : import com.adobe.acs.commons.util.ModeUtil;publi...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    7
  • Hi @Sudheer_Sundalam Thanks this works but it is adding .html to the  https://www.example.com Is it possible to ignore this, please advice

    Type

    Questions

    Views

    1.2K

    Like

    1

    Replies

    1
  • Hi @arunpatidar  I already gone through the same but here my condition is when user hits the page without .html it should append .html. In that case #Replace the .html with /RewriteCond %{REQUEST_URI} \.html$RewriteRule ^/(.*).html$ /$1/ [R=301,L,QSA]Will this line work? Because we will have URL lik...

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    3
  • Hi ,How to add .html to extensionless URL in rewrite rules.When I tried the below code it is appending the .html but unfortunately the domain or language page is also getting affected by the same.# Add .html for extensionless url'sRewriteCond %{REQUEST_URI} !\.html$RewriteRule ^/(.*)$ /$1.html [R=30...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    5
  •  When changing a blueprint version of a page, how to rollout to en and affiliate blueprints so that the previous page is updated

    Type

    Questions

    Views

    598

    Likes

    0

    Replies

    2
  • Hi,In order to make structure more clear in the /content/dam, and to avoid that assets are uploaded on all locations without maintaining this folder structure, is there a possibility to block the upload of assets on level 1, level 2...and to only allow folders on these levels?

    Type

    Questions

    Views

    631

    Likes

    0

    Replies

    2
  • I have a page(http://localhost:4502/content/page/test.html) for which 301 redirect has been set using the redirect manager, in this page we added the alias property(testingalias) under advanced tab. Now the redirect is working for the page(https://www.test.com/page/test.html) but not for the alias U...

    Type

    Questions

    Views

    625

    Likes

    0

    Replies

    1
  • Hi @Sudheer_Sundalam  I understand that the default behavior will append the ID to the URL when the user clicks on the tab. But in my scenario when I hit a URL which has a tab component then the first ID is automatically updated to the URL.Example :When I try to hit the below URL it is not appending...

    Type

    Questions

    Views

    2.0K

    Like

    1

    Replies

    0
Top badges earned by HelpTech
Customize the badges you want to showcase on your profile