Posts Tagged ‘linux’

How to Find Your Server Path [Path to Folder]

Usually, one can just look up their absolute server paths in the help files of their web host. Sometimes your host isn’t so helpful. Just put the following code in a .page and drop it in the folder you want to know the server path to and tada!
< ?php echo getcwd(); ?>

Don’t forget to remove [...]

Leave a Comment

How to Change File Permissions With Dreamweaver [CHMOD]

After using Dreamweaver for 6 or 7 years, I’ve always thought it was ludicrous that it didn’t include a function to change file permissions! Dreamweaver is a fairly powerful WYSIWYG editor with an equally powerful FTP client built in, how hard could it be to offer a simple context-menu option for changing the file [...]

Comments (16)