I am using apache 2.2. I have to set header for home page url only. e.g If url is https://www.example.com then I need to set header for this URL only. Could you please help me on this?
I have tried below things but no luck.
- If condition used but not working for this version.
- RewriteCond %{REQUEST_URI} / Header set ABC "abc" Here, Header is setting for all URLs in the application