Sorry for the badly worded title, I currently have this if statement:
- if request.fullpath == "/" || "/info"
Which works fine, but the other one, that should do the opposite, ignores the second address.
- if request.fullpath != "/" || "/info"
It acts as if it just says:
- if request.fullpath != "/"