URL redirection

Hi All,

I have deployed my app in Tomcat. And able to configure mod_jk b/w tomcat and Apache. But struggling with a setting such that when user type website name in browser(www.abc.com) it should be redirected to www.abc.com/abcapp/Abc.html

Regards,

Vikram

1 Reply

Friends able to achieve this by adding in your virtual host domain conf file

RedirectMatch ^/$ abc/Abc.html

Cheers,

Vikram

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct