With worries script

General discussion. Spammers will be banned.
lesny
Posts: 49
Joined: 07 Nov 2014, 12:42

Re: With worries script

Post 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:
PHPBBHS
Posts: 1148
Joined: 30 Jun 2009, 20:15
Hosted Forums: 0

Re: With worries script

Post by PHPBBHS »

Restart apache
lesny
Posts: 49
Joined: 07 Nov 2014, 12:42

Re: With worries script

Post by lesny »

[ ok ] Restarting web server: apache2 ... waiting
lesny
Posts: 49
Joined: 07 Nov 2014, 12:42

Re: With worries script

Post 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? ???
PHPBBHS
Posts: 1148
Joined: 30 Jun 2009, 20:15
Hosted Forums: 0

Re: With worries script

Post by PHPBBHS »

For the front end you can translate this file
hs\includes\lang.php
lesny
Posts: 49
Joined: 07 Nov 2014, 12:42

Re: With worries script

Post by lesny »

thank you very much you have best :p
Post Reply