Page 3 of 3

Re: With worries script

Posted: 07 Nov 2014, 15:11
by lesny
nothing changes whenever I want to visit a forum I always creates the same error

Code: Select all

<VirtualHost *:80>

    ServerName world-irc.fr
    ServerAlias *.world-irc.fr
    DocumentRoot "/var/www/vhosts/world-irc.fr/httpdocs
</VirtualHost>

<VirtualHost *:7080>
	ServerAdmin webmaster@localhost

	DocumentRoot /var/www
	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>
	<Directory /var/www/>
		Options Indexes FollowSymLinks MultiViews
		AllowOverride None
		Order allow,deny
		allow from all
	</Directory>

	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
	<Directory "/usr/lib/cgi-bin">
		AllowOverride None
		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
		Order allow,deny
		Allow from all
	</Directory>

	ErrorLog ${APACHE_LOG_DIR}/error.log

	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn

	CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
visit http://essaye.world-irc.fr/index.php

error

404 not found
The requested URL /index.php was not found on this server


:cry: :cry: :cry:

Re: With worries script

Posted: 07 Nov 2014, 15:15
by PHPBBHS
Restart apache

Re: With worries script

Posted: 07 Nov 2014, 15:17
by lesny
[ ok ] Restarting web server: apache2 ... waiting

Re: With worries script

Posted: 07 Nov 2014, 15:35
by lesny
problems resolved I was not at the right place for changing the http.conf thank you very much for your help :)

there are opportunities to have everything in French? ???

Re: With worries script

Posted: 07 Nov 2014, 17:14
by PHPBBHS
For the front end you can translate this file
hs\includes\lang.php

Re: With worries script

Posted: 07 Nov 2014, 17:18
by lesny
thank you very much you have best :p