View Single Post
  #2  
Old 03-30-2003, 03:10 PM
 
jpsowin jpsowin is offline
 

X-Adept
  
Join Date: Sep 2002
Posts: 459
 

Default

You can use CHMOD if you have shell/telnet/SSH/command-line access to your server (ex. chmod 777 dialog.tpl). Chmod in linux is roughly equivelent to DOS's old attrib utility.

If you don't have that kind of access, then you can use a FTP client like CuteFTP or WS_FTP and you can select the file(s) you want to change the permissions on and right click and there should be a "CHMOD..." (or "Change Permissions") menu option where you can set your permissions. For templates 777 is safe, but not for your PHP files.
__________________
Joshua Sowin
...taking things one TPL at a time.
Reply With Quote