Interacting with folders outside the root / web directory with Dreamweaver (CS5)

Using FileZilla, I can access folders that are outside of my web directory. How can I do the same with Dreamweaver so that I can edit files and automatically save / load everything through Dreamweaver? Currently, I can only access the web directory.

I know how to include them in PHP, but I would like Dreamweaver to find / access them.

Thank!

+3
source share
2 answers

You will need to set the location paths (both local and remote) one level higher than currently. Therefore, if the local path

My Documents / Websites / This Site

would you change it to

/-/

:

/user/home/domain.com/

///

, , , Dreamweaver , . , - , DW , . , , , , -.

FTP -.

+1

, , , PHP, HTML. JCL1178 .

( " " ) "", . , "Root Directory" ( "public_html/" , "public_html/" Root Directory "", , .

/ , , ( ); Dreamweaver - , . , , Dreamweaver, , , .

: , - . -, , DOA.

0

All Articles