7
msdsk
3y

I REMOVED every single thing that EVEN REMOTELY looked like it's handling redirections, I REMOVED ALL PLUGINS, and I STILL GET FUCKING REDIRECTIONS and THERE IS NO WAY TO DEBUG IT BECAUSE I GET REDIRECTED AND I DON'T GET A RESPONSE FROM THE CODE I WRITE and OF FUCKING COURSE it does not in any form LOG THIS SHIT ANYWHERE because fuck me that's why.

Truly, wordpress was created to punish us for our hubris.

Comments
  • 1
    It's the cache. 50 bucks it is the cache
  • 2
    @c64forthewin

    I disabled all caching layers I could think of. It's all just ridiculous. I managed to jump in with my code and redirect the way I want it to before I get that weird redirection but I still don't know what the fuck is wrong with wordpress.
  • 1
    1 .htaccess got nuked by some plugin? (Fix by patching with the default WP .htaccess file which IS still needed by WP)

    2. server is fucked up. Reinstall Apache and php
  • 1
    @JOAT

    Yes, it must have been in the code

    @HiFiWiFiSciFi

    htaccess was standerd, it must have been still hiding somewhere in theme's spaghetti of a code. I guess I'm satisfied with finding a solution that _just works_. I'm not gonna be the one to maintain this long term.
Add Comment