Netlify Site Name: reelfeel.netlify.app
Custom Domain: www.getreelfeel.com
I will create a QR code on Adobe’s website: Adobe Express and use it to create a QR code for a branch off the url: ReelFeel
The QR code sends me to the correct link, and then I get a 404 Page-not-found
error. Oddly enough if I just go in and paste in the same url, it works.
I have put in both files redirects.txt
and netlify.toml
and it still doesn’t work.
Thanks in advance for the help!
dig
2
No it doesn’t. I just tried.
It is not redirects.txt
the filename is _redirects
. And you haven’t mentioned what it is you apparently put in the file.
Was it something like this?
/* /index.html 200
As mentioned in [Support Guide] Direct links to my single page app (SPA) don't work
@dig Sorry that’s correct. I had the underscore:
_redirects.txt
And that’s exactly what I pasted into the file.
dig
4
You need to remove the .txt
file extension. It is _redirects
. See the documentation:
@dig You are the man, we are good to go. That fixed it.