habuchas
November 2nd, 2009, 04:33 PM
Just when I thought I was emerging from Nubee status I get pulled back.
I have enstalled Ubuntu 9.10 from an ISO CD......no problem.
then I performed:
sudo tasksel and did a LAMP install and set up the database....no problem
From Firefox http://localhost/ came up .......no problem.
I set up a user account put in a public_html directory
sudo adduser username
cd /home/username
sudo mkdir public_html
set up a index.html in the public_html directory.
cd /etc/apache2/mods-enabled
sudo ln -s ../mods-available/userdir.conf userdir.conf
sudo ln -s ../mods-available/userdir.load userdir.load
sudo /etc/init.d/apache2 restart
At this point I thought I would be able to access the username
http://localhost/~username but got 'Not Found'
Any suggestions would be appreciated....
I have enstalled Ubuntu 9.10 from an ISO CD......no problem.
then I performed:
sudo tasksel and did a LAMP install and set up the database....no problem
From Firefox http://localhost/ came up .......no problem.
I set up a user account put in a public_html directory
sudo adduser username
cd /home/username
sudo mkdir public_html
set up a index.html in the public_html directory.
cd /etc/apache2/mods-enabled
sudo ln -s ../mods-available/userdir.conf userdir.conf
sudo ln -s ../mods-available/userdir.load userdir.load
sudo /etc/init.d/apache2 restart
At this point I thought I would be able to access the username
http://localhost/~username but got 'Not Found'
Any suggestions would be appreciated....