.htaccess entry for redirecting to a folder without showing the folder name in url

lkbhai2006

New Member
Joined
Jun 9, 2020
Messages
1
Reaction score
0
Credits
15
my website resides in public_html/rhf folder.
1. i want if some one enter url https://rhf.in , it should be redirected to https://rhf.in/rhf in background and browser should display only https://rhf.in

2. also for if some one enters http://rhf.in or http://www.rhf.in it should redirected to https://rhf.in/rhf and shows only https://rhf.in/ in browser address bar.

first case is working fine for me by adding following in .htaccess

RewriteRule !^rhf/ /rhf%{REQUEST_URI} [L]

But second case is not working

Kindly help in this regard
 

Members online


Latest posts

Top