I want to block access to the music settings page (Directory: /mpd/).
I dont want people messing with settings so i am using a key method so if you enter ?key=12433 then itl enter but when i load the music settings page /mpd/ if i try adding ?key it just doesnt like it. I tried /mpd?key=12433 and it brang me to software failure page (Error page when entered a unknown url). If i do it with a direct .php format it works. So if i did test.php?key=12433 it works, its not the code its just the way runeaudio loads pages i am guessing. Any way to disable the weird way or any way to implement a key system using the correct structure? I only want to restrict access to MPD section anyway (the music settings page "/mpd/").
Let me know thanks!