Goapher2001
01-30-2005, 10:56 PM
i have set it up that many times i feel like im at my wits end lol, heres my Vhost examp
<VirtualHost *>
ServerName Gt
#ServerPath /gt
DocumentRoot /home/gt
<Directory "/home/gt">
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
<IfModule mod_access>
Order allow,deny
Allow from all
</IfModule>
</Directory>
</VirtualHost>
when i access the page i get
You don't have permission to access /gt/ on this server.
--------------------------------------------------------------------------------
what am i doing wrong i have even chmod the folder to 777 and still no avail, please any help would be apriciated :D, i dont have a dot com name either i just want to run this off one machine, whilst holding diffrent accounts :D
thank you in advance
Goaphs... :D
<VirtualHost *>
ServerName Gt
#ServerPath /gt
DocumentRoot /home/gt
<Directory "/home/gt">
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
<IfModule mod_access>
Order allow,deny
Allow from all
</IfModule>
</Directory>
</VirtualHost>
when i access the page i get
You don't have permission to access /gt/ on this server.
--------------------------------------------------------------------------------
what am i doing wrong i have even chmod the folder to 777 and still no avail, please any help would be apriciated :D, i dont have a dot com name either i just want to run this off one machine, whilst holding diffrent accounts :D
thank you in advance
Goaphs... :D