1 Answer
- Newest
- Most votes
- Most comments
0
I think that your rule
</^[^.]+$|\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|woff2|ttf|map|json|webp)$)([^.]+$)/>, /index.html, 404 (Rewrite)
Should be
</^[^.]+$|\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|woff2|ttf|map|json|webp)$)([^.]+$)/>, /index.html, 200 (Rewrite)
answered a year ago
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 4 years ago
