Not Showing Files In Xampp [ Ubuntu ]

Talk about anything in here.
Post Reply
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Not Showing Files In Xampp [ Ubuntu ]

Post 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
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Not Showing Files In Xampp [ Ubuntu ]

Post 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
Image
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Re: Not Showing Files In Xampp [ Ubuntu ]

Post by Alg0r1thm »

No bro ,

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

any help ?
User avatar
DomC
Posts: 91
Joined: Mon Jul 18, 2011 1:58 pm

Re: Not Showing Files In Xampp [ Ubuntu ]

Post 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
I can't think of anything witty to put here!

Check out some of my projects on GitHub: https://github.com/DomTC
Post Reply