Answers for "netlify redirects"

5

_redirects in netlify

/*    /index.html   200
Posted by: Guest on December-02-2021
1

netlify redirects

# Redirects from what the browser requests to what we serve
/home              /
/blog/my-post.php  /blog/my-post
/news              /blog
/cuties            https://www.petsofnetlify.com
Posted by: Guest on February-02-2022

Browse Popular Code Answers by Language