On Sunday 09 March 2008, Elyahou ITTAH wrote: > 2008/3/9, cypherstrong <[EMAIL PROTECTED]>: > > perhaps I miss the "s" > > > > __defaults__ > > > > try this or replace by * > > I really don't understant what's happen... > > i stille have : > Forbidden > > You don't have permission to access / on this server. > Apache Server at 91.121.117.202 Port 80 > > I have now > > 01_vhost.conf > > > Listen 80 > NameVirtualHost *:80 > <VirtualHost *:80> > ServerName localhost > DocumentRoot /var/www/localhost/htdocs > <Directory "/var/www/localhost/htdocs"> > Order allow,deny > Allow from all > </Directory> > </VirtualHost> > > <VirtualHost *:80> > ServerName helpermaster.fr > ServerAlias *.helpermaster.fr > DocumentRoot /var/www/helpermaster.fr/htdocs > <Directory "/var/www/helpermaster.fr/htdocs"> > Options Indexes FollowSymLinks > Order allow,deny > Allow from all > </Directory> > </VirtualHost> > > on my 01_vhost.conf and no default vhost it should work... but no... :(
You should have a 00_vhost.conf unless you decided to alter your files drastically? Add this to /etc/apache2/modules.d/00_default_settings.conf file: ================================================ <Directory "/var/www/helpermaster.fr/htdocs"> Options FollowSymLinks AllowOverride All Order deny,allow Allow from all </Directory> ================================================ HTH. -- Regards, Mick
signature.asc
Description: This is a digitally signed message part.