Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

configuring apache with cq5.6.1?

Avatar

Level 5

Hi,

i want to access cq publish with apache webserver for example if i hit https://localhost:80 i should get o/p same as when u hit directly like https://localhost:4502

i have done all the changes

1. configured dispatcher and made necessary changes in http.conf , dispatcher.conf, dispatcher.any

2. when i am hitting localhost:80 it is giving apache home page , when i hit localhost:80/welcome.html . I am getting the cq welcome page

 

thanks,

mahesh 

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi,
have you configured the rewrite rules correctly ?
Something like this (you might want to change it to whatever suits you)
RewriteRule ^/$ /welcome.html [PT,L]

/Johan

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Hi,
have you configured the rewrite rules correctly ?
Something like this (you might want to change it to whatever suits you)
RewriteRule ^/$ /welcome.html [PT,L]

/Johan