How to make php file to be secret?
-
In one of my php file on my wordpress website I have private code that perform authorisation checking. So I want to be sure nobody (except me of course) can see that code, only can run it.
How to do that?
Actually I am quite new in php, wordpress, hosting etc. So I don’t know how it works. Maybe my code is secured by default. I even tried to download my php file as unlogged user and I didn’t find the way how to do that. I tried just type in browser something like: https://www.mywebsite.com/myfile.php
But it run the php by default which is great. But I need to be sure the php file will never be downloaded by unauthorized user.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to make php file to be secret?’ is closed to new replies.