Tag: 404 Not Found

How to handle React routes in Apache and Nginx

Usually little setup of Apache and Nginx is needed so they can handle React routes properly without trying to treat them as real files or directories resulting in 404 Not Found in React. Here are the snippets of the React routes related settings for Apache and Nginx.

Continue reading

Asterisk responds with 404 Not Found

While configuring SIP/PJSIP in Asterisk you may notice that Asterisk responds with 404 Not Found to the OPTIONS request. To demonstrate the behavior let’s have a look at this PJSIP debug log example:

Continue reading