Hi
I am currently reviewing php security practices and am looking into a variety of options. just wondering if turning 'expose_php' to off in the php.ini file will have any effect on my existing code? thats all thanks.
PHP.ini (expose_php)
Moderator: General Moderators
many thanks
no real need to do it then
seeing as when all pages are .php it pretty much gives away the fact that php is being used...
is it possible for people to get at the php code i use on my pages?
i know it doesnt show up when people view source but is it possible for them to get at using other methods?
no real need to do it then
seeing as when all pages are .php it pretty much gives away the fact that php is being used...
is it possible for people to get at the php code i use on my pages?
i know it doesnt show up when people view source but is it possible for them to get at using other methods?
- Ixplodestuff8
- Forum Commoner
- Posts: 60
- Joined: Mon Feb 09, 2004 8:17 pm
- Location: Queens, New York
You could just make a script that allows you to view the source using highlight_file, or copy the file and name it filename.phps
edit: oops, you wanted to make sure it couldn't be done.
edit: oops, you wanted to make sure it couldn't be done.