making PHP files World executable
Moderator: General Moderators
making PHP files World executable
I have moved some code to a new server which requires PHP files to be world executable. I was hoping someone could let me know how to make my files world executable. Is it just a line of code that I need to enter into my PHP or does it have to do something other than that. Any help or direction towards a post that has already discussed would be appreaciated. i tried a search under world executable but nothing came up directly or that I could decipher from the titles of the post. Thanks for your time!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Code: Select all
chmod 0777 filename_heresurely you meant 0755d11wtq wrote:Code: Select all
chmod 0777 filename_here
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
you wouldn't do that from a php file. As I said, in FTP or your host's control panel.
Info on what chmod is: http://catcode.com/teachmod/
Info on what chmod is: http://catcode.com/teachmod/