Connecting Tech Pros Worldwide Forums | Help | Site Map

Dreamweaver PHP outside document root

Doug
Guest
 
Posts: n/a
#1: Jul 17 '05


I have a website I am trying to develop using PHP and Dreamweaver. I
also have a library of PHP code which includes the username and password
to get in the database.

I would like to put this code outside the document root. (If you are
using Apache, outside of htdocs) The html code can still be in the
document root. But the PHP, I would prefer it not to be. What happens
if some one misconfigures the server, and it no longer recognizes the
..php extension, therefore allowing people to download the script. Or,
if some one figures out the script name and runs the entire .php file?
I don't trust it.

However, the only way dreamweaver will recognize any code as being in
the project, is if it is under the document root. Is there any way
around this?

-d


Matthias Esken
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Dreamweaver PHP outside document root


Doug schrieb:
[color=blue]
> I would like to put this code outside the document root. (If you are
> using Apache, outside of htdocs) The html code can still be in the
> document root. But the PHP, I would prefer it not to be. What happens
> if some one misconfigures the server, and it no longer recognizes the
> .php extension, therefore allowing people to download the script. Or,
> if some one figures out the script name and runs the entire .php file?
> I don't trust it.
>
> However, the only way dreamweaver will recognize any code as being in
> the project, is if it is under the document root. Is there any way
> around this?[/color]

Use .htaccess and deny any external access to the configuration file.

Matthias
Closed Thread


Similar PHP bytes