Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am completely new to ubuntu... THough I installed htdocs and give it permission using command

chmod -R 777 /opt/lampp/htdocs.

It works fine. But I wish to avoid it doing again and again. Their after I followed tutorial on http://superuser.com/a/268996 but it doesn't work for me... as I tried ls -ld /opt/lampp/htdocs it gives me following.

drwxrwsr-x 8 nobody shadaab 4096 current-date-n-time /opt/lampp/htdocs .. As I continued with group shadaab. But it doesn't work. Again every time I have to use command chmod -R 777 /opt/lampp/htdocs if I copy something to my folder. please help.

If I run 'localhost' it works fine. but if I use 'localhost/project' it gives 'access forbidden error.'

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.