Hasif
Hasif

Reputation: 39

How can i redirect index.php to other link in wordpress

My index page is http://www.cyrusengineer.com/ I want to redirect this to http://www.cyrusengineer.com/home

Is there any method in .htaccess

Upvotes: 0

Views: 78

Answers (1)

Chandani Patel
Chandani Patel

Reputation: 471

Redirect index.html to a specific path from .htaccess:

This allows you to redirect index.html to a specific subfolder

Redirect /index.html http://www.cyrusengineer.com/home

Upvotes: 2

Related Questions