M majorosh Registered Oct 17, 2010 #1 I apologize if this is a stupid question, but how can I edit "root" pages, such as http://MYIP/thepageiwanttoedit.php, instead of ones under my user directory (http://MYIP/~MYSHORTUSERNAME/pageidontwanttoedit.php) on MacOSX 10.5.8? Thanks!
I apologize if this is a stupid question, but how can I edit "root" pages, such as http://MYIP/thepageiwanttoedit.php, instead of ones under my user directory (http://MYIP/~MYSHORTUSERNAME/pageidontwanttoedit.php) on MacOSX 10.5.8? Thanks!
ElDiabloConCaca U.S.D.A. Prime Oct 18, 2010 #2 Code: sudo nano filename.php Or, replace "nano" with "vi" or "vim" or whatever UNIX text editor of your choice. You can also launch TextEdit the same way prefixed with the sudo command.
Code: sudo nano filename.php Or, replace "nano" with "vi" or "vim" or whatever UNIX text editor of your choice. You can also launch TextEdit the same way prefixed with the sudo command.