Page 1 of 3

With worries script

Posted: 07 Nov 2014, 13:20
by lesny
hello

I buy here is your scenario I managed al installer All Works OU Two June chooses loan When I Wish Registered UN forum for new one - it tells me

Re: With worries script

Posted: 07 Nov 2014, 13:28
by PHPBBHS
I don't understand.

Re: With worries script

Posted: 07 Nov 2014, 13:34
by lesny
Helllo

i'am french :roll:

I install the script but I can not create forum how

Re: With worries script

Posted: 07 Nov 2014, 13:36
by PHPBBHS
I need to know the error if you are getting an error?

Re: With worries script

Posted: 07 Nov 2014, 13:39
by lesny
hello,

well when I create a forum for the site and I want to visit the forum it tell me

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

basically if I create a forum essaye.nomdomaine.com and I'm on essaye.nomdomaine.com nothing

Re: With worries script

Posted: 07 Nov 2014, 13:42
by PHPBBHS
Make sure you have wildcard dns setup.

*.nomdomaine.com needs to point to nomdomaine.com

Re: With worries script

Posted: 07 Nov 2014, 13:44
by lesny
hello,

Yes for dns but it works in my server I is no record with the forum

Re: With worries script

Posted: 07 Nov 2014, 13:45
by PHPBBHS
nomdomaine.com has to have phpbbhs installed on it directly

Re: With worries script

Posted: 07 Nov 2014, 13:47
by lesny
yes it is installed and configured

look please > http://www.world-irc.fr/index.hs

try to create a forum you will better understand my worries

thx

Re: With worries script

Posted: 07 Nov 2014, 14:02
by PHPBBHS
Issue with apace httpd.conf

Example random forum fails
http://dhjfdasljkfgjsdklgsdklgsdkjgkjsg ... /style.css

Normal GOOD/PASS
http://www.world-irc.fr/hs/images/default/style.css


Solution/Fix example Apache httpd.conf change

Code: Select all

NameVirtualHost 213.246.63.5

<VirtualHost 213.246.63.5>

    ServerName world-irc.fr
    ServerAlias *.world-irc.fr
    DocumentRoot "/home/user/yoursite/public_html/"
</VirtualHost>