Skip to main content
Level 4
October 16, 2015
解決済み

configuring apache with cq5.6.1?

  • October 16, 2015
  • 1 の返信
  • 921 ビュー

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 

このトピックへの返信は締め切られました。
ベストアンサー Ojjis

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

1 の返信

Ojjis
Ojjis回答
Level 7
October 16, 2015

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