I have created a login html page to let users login to see their data. But when I login it shows a 404 error at first, when you reload the page or click a link and come back it redirects you as intended. I have setup a redirect script to redirect users once they have logged in to the homepage. I am using wix as my hosted web service so my code is as follows:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
pickelsc
I have created a login html page to let users login to see their data. But when I login it shows a 404 error at first, when you reload the page or click a link and come back it redirects you as intended. I have setup a redirect script to redirect users once they have logged in to the homepage. I am using wix as my hosted web service so my code is as follows:
<script>
{
top.location.href = "https://pickels2593.wixsite.com/housebuying/dashboard";
}
</script>
Screenshot and video(https://www.screencast.com/t/z9eLTrTE18dX) below:
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.