Xampp chmod

Status
Not open for further replies.

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
Hi i am using Xampp for devoloping my php pages locally.But is that possible to CHMOD files and folders with in that of xampp.If so how to do that?I have no idea.






thanks in advance.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
If you are using windows it is not possible.
If you are using a UNIX system, try the chmod command at a bash shell.

Is that what you what you meant?
 
Last edited:

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
iam using xampp for windows.
I want to chmod a file to 777 with in a windows platform.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
TechAsh said:
If you are using windows it is not possible.

Windows doesn't have a CHMOD utility, and you don't need to CHMOD files on Windows for things to work.

Sorry, but it is not possible.
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
but when i use phpfreechat i get this message
D:/xampp/htdocs/p/phpfreechat_menu/data/private
Has NOT Chmod 777

this is not shown as a error,but just a warning in admin section of phpfreechat.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
That is because the script is written for a UNIX operating system. You can ignore it if the script still works. If the script doesn't work you will have to edit out the bit of the script that checks whether the files have been CHMODed.
 
Status
Not open for further replies.
Top