Redirect Page Url to homepage `.htaccess`

I’m noob when it comes to .htaccess tricks.

However, I have a page http://example.com/register and when a user enters this URL, I want this page to redirect directly to Homepage or let’s say any other page.

Read More

I’ve inserted following code inside .htaccess, but it’s not working.

 #Redirect to Homepage   
Redirect 301 /register http://www.example.com/

Anything I’m missing here?

Related posts

Leave a Reply

1 comment