Page 1 of 1

No acces?

PostPosted: 05. August 2006 19:08
by DrizZ
Hello, im new to linux sorry..

but, when i open the xampp server and it all starts 100% and work fine then im trying to put some files into the htdocs folder, but it says "You have no acces to write in that folder" please help me :?

/ - I'm running Linux RedHat core 4

PostPosted: 05. August 2006 22:59
by bubbul
I think it's because you don't have the good rights to your Xampp directory

in a terminal enter : sudo chmod -R 755 /opt/lampp
it will ask you to type your root password. Do it

Then it will work better

(Sorry for my english i'm french)

bwuhahhhahaa :(

PostPosted: 06. August 2006 12:32
by DrizZ
Bwuhaha.. more troubles ..

when i type that ..
Code: Select all
[mikkel@mikzweb ~]$ sudo chmod -R 755 /opt/lampp

then it answers me with
Code: Select all
mikkel is not in the sudoers file.  This incident will be reported.


(mikkel is my username in linux)

PostPosted: 06. August 2006 23:06
by bubbul
ok

You have to login in root (administrator) mode if "sudo" dont works.

when you are loged, enter
Code: Select all
chmod -R 755 /opt/lampp


it will works else I dont know how to do.

still not working

PostPosted: 08. August 2006 18:14
by DrizZ
Still not working :(
heres the full "log":
Code: Select all
[mikkel@mikzweb ~]$ su
Password:
[root@mikzweb Mikkel]# chmod -R 755 /opt/lampp
[root@mikzweb Mikkel]#

when i type "chmod -R 755 /opt/lampp" then it just answers me with a new line to write on. as you see.. :([/code]

PostPosted: 09. August 2006 22:02
by bubbul
it's OK, it has worked.

if you try Xampp now it will work.
:wink:

no

PostPosted: 12. August 2006 15:19
by DrizZ
no, i still dont have acces to write in that folder