you are viewing a single comment's thread.

view the rest of the comments →

[–]magnora7 1 insightful - 2 fun1 insightful - 1 fun2 insightful - 2 fun -  (3 children)

Doesn't work, it doesn't recognize /r/notall by itself

[–][deleted]  (2 children)

[deleted]

    [–]magnora7 1 insightful - 2 fun1 insightful - 1 fun2 insightful - 2 fun -  (1 child)

    Interesting... I think it may have something to do with the fact /r/all is not actually a sub, but a function mapped to a sub name. There is no mod of /all, there is no /all sub sidebar, etc. I think notall is also not a sub, but a function mapped to a URL.

    The API can probably handle combining these in the URL but the site can't, or something like that. Some handler function is different between the two.

    So I think that's why it probably works in the API but not the site itself