automatic page redirection problem
-
i put index.htm in root folder so foe example,
visiting “mywebsite.com” will automatically redirect to “mywebsite.com/home”<html>
<head>
<title>Your Page Title</title>
<meta http-equiv=”REFRESH” content=”0;url=https://mywebsite.com/home”>
</HEAD>
<BODY>
</BODY>
</HTML>it works, but now when i search something, it doesnt go to the search page, but to “mywebsite.com/home”
any solutions to this?
- The topic ‘automatic page redirection problem’ is closed to new replies.