You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP_X_PJAX is not sent correctly unless / or file extension is added to the URL.
This do not send the header: < a href="/contact" >contact< /a >
These ones do: < a href="/contact/" >contact< /a > < a href="/contact.html">contact< /a >
The text was updated successfully, but these errors were encountered:
HTTP_X_PJAX is not sent correctly unless / or file extension is added to the URL.
This do not send the header: < a href="/contact" >contact< /a >
These ones do: < a href="/contact/" >contact< /a > < a href="/contact.html">contact< /a >
The text was updated successfully, but these errors were encountered: