Page 1 of 1

Not Showing Files In Xampp [ Ubuntu ]

Posted: Fri Sep 30, 2011 3:39 pm
by Alg0r1thm
Hi brothers ,

I am using xampp in ubuntu for web developing , I copied my project files into xampp and changed the /opt/lampp/ directory to :

sudo chmod 777 -R /opt/lampp/

But when I go to the localhost I can't see my project directories and files !

That is the picture when I go to the localhost : http://8200.6.img98.net/out.php/i73743_ ... -xampp.png

I also restarted the xampp but it doesn't solved !

What should I do to fix it ?

Thanks in advance

Re: Not Showing Files In Xampp [ Ubuntu ]

Posted: Fri Sep 30, 2011 5:47 pm
by jacek
Well you don't want to set the permissions to 777, 740 would be more sensible.

Are you sure the files should be in /opt/lamppp/ that does not seem right to me. Check the documentation, I would get it would be something like /etc/xamp or /var/www

Re: Not Showing Files In Xampp [ Ubuntu ]

Posted: Sat Oct 01, 2011 12:49 pm
by Alg0r1thm
No bro ,

I'm sure the folder is what I mentioned and also i'm using xampp 1.7.4

any help ?

Re: Not Showing Files In Xampp [ Ubuntu ]

Posted: Sat Oct 01, 2011 1:49 pm
by DomC
Well my server on ubuntu's directory is: /var/www so as Jacek said check the documentation - other than that I cNt help you I'm afraid - sorry!
You could try re-installing it I guess!
Dom