Replies: 0
Hi.
So, I’ll get straight to this.
I have a wordpress website with a custom theme and everything. Now I need to load a custom PHP file like mywebsite.com/myfile in it.
now here is the issue:
I’m using %postname% format for my posts. I’ve been using it for more than a year, and using this, when I wanna load myfile, it returns a 404 error. But if I use default permalink option, it loads myfile perfectly.
So my question is, how can I have %postname% permalink format and still be able to load my non-wordpress files?
Thank u in advance for your answers.