Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Mahesh_Vikram
Mahesh_Vikram
Offline

Badges

Badges
25

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
12

Posts

Posts
118

Discussions

Discussions
24

Questions

Questions
94

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Mahesh_Vikram
Customize the badges you want to showcase on your profile
Re: hiding the content path{request URI} - Adobe Experience Manager 07-03-2016
Hi Amit, Thank a lot for your response..I have put the rules u have mentioned.. it is not working.RewriteCond %{REQUEST_URI} ^/geohome.html$ RewriteCond %{HTTP_HOST} ^mahesh.com$ RewriteRule ^/geohome.html$ /content/mahesh/index.html [L,R=301] RewriteCond %{REQUEST_URI} ^(/|)$ RewriteCond %{HTTP_HOST} ^mahesh.com$ [NC] RewriteRule ^/$ /content/mahesh/index.html [L,PT] Thanks viki

Views

3.7K

Likes

0

Replies

0
Re: hiding the content path{request URI} - Adobe Experience Manager 04-03-2016
we have put this rules in sequence.. but it is going to redirect loop. RewriteRule ^/geohome.html$ http://mahesh.com/content/mahesh/index.html [R=301,L]RewriteRule ^$ http://mahesh.com/content/mahesh/index.html [PT,L] we tried this rule, it worked as expected.:-RewriteEngine on RewriteRule ^/(.*)\.html$ /content/siteb/$1.html [PT] Still working on it. will post you back.

Views

3.7K

Likes

0

Replies

3
Re: hiding the content path{request URI} - Adobe Experience Manager 03-03-2016
Hi Jorg,To be specific.When ever the user hits http://mahesh.com , URL should stay same http://mahesh.com and it should the content of /content/siteb/$1.html one more Question is:- when i hit the domain name y it is getting routed to /geohome.html(i have uninstalled Geometrix package) but still, rather than our site home page /content/siteb/$1.html. anywhere we can do configuration so that it goes to /content/siteb/$1.html. Thanks,Viki

Views

3.7K

Likes

0

Replies

2
hiding the content path{request URI} - Adobe Experience Manager 03-03-2016
Hi Team,when we hit the dispatcher http://mahesh.com --> it is routing to http://mahesh.com/geohome.html --> is this a normal scenerio?We have put a rewrite rule:-RewriteRule ^/geohome.html$ http://mahesh.com/content/mahesh/index.html [R=301,L]Now we have a requirement, when ever user hits our domain name http://mahesh.com it should show the content of "http:///content/mahesh/index.html"but in the browser it should stay at http://mahesh.com /content/mahesh/index.html --> this should be hidden.Th...

Views

3.7K

Likes

0

Replies

9
Best approach to remove appending " /" - Adobe Experience Manager 29-02-2016
Hi All,When we tried to hit the URL with appending - '/' like:- http://<>*.mp4/ for the first time, request goes to the CQ and gives the error, but in this process dispatcher is creating folder with *.mp4. and as usual next subsequent requests will give errors as it tries to fetch from the cache.What would be best approaches:-1, like adding a rule in dispatcher like:- this worked for me./0046 { /type "deny" /glob "GET *.mp4/*" }2, Adding a rewrite rule on the apache. it also worked but i it is c...

Views

421

Likes

0

Replies

1
Dispatcher in front of publisher? - Adobe Experience Manager 03-02-2016
Hi All,What would be the proper approach to configure dispatcher in front of publisher.1, One to one (each publish has its separate dispatcher)2, one to many (all the publishers and dispatchers are interconnected) Thanks,viki

Views

748

Likes

0

Replies

2
Re: Dispatcher flush - Adobe Experience Manager 03-02-2016
https://docs.adobe.com/docs/en/cq/5-5/deploying/dispatcher/page_invalidate.htmlAs per the link configuring on the Publish instance is the best approach.

Views

355

Likes

0

Replies

0
Dispatcher flush - Adobe Experience Manager 03-02-2016
Hi All,I am planning to configure dispatcher flush agent:-Where should i configure, Author or on Publish.Best approach and description pls. Thanks, viki.

Views

379

Likes

0

Replies

1
Re: Publish + dispatcher + 403 forbidden issue - Adobe Experience Manager 13-01-2016
Hi Jitendra,I followed the same steps in the link you provided, after that problem started.Thanks,Mahesh

Views

1.2K

Likes

0

Replies

0
Re: Publish + dispatcher + 403 forbidden issue - Adobe Experience Manager 13-01-2016
Hi Jitendra,We changed the password for publisher instance, after that we started facing issue.No chance for forgetting password, I tried to login /crx/explorer with the new password, I successfully logged in.Thanks,Mahesh

Views

1.2K

Likes

0

Replies

0