Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.venom-forum.co.uk
PHP Version: 4.5
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I have installed board 3 portal without a hitch and everything seems to be working however my phpbb3 install is on the root of my webserver so when i goto my web address www.venom-forum.co.uk it goes straight into the forum rather than the prtal which is at portal.php, how can i make this happen?
Cheers in advance for the help
How to make portal.php default page
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: How to make portal.php default page
You might try to do the changes to the .htaccess file as mentioned in the install.xml.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: How to make portal.php default page
He cant use the .htaccess, as he is hosted on IIS.
He can ask his hoster, or - if it is his own server - set the defaullt page in the IIS management. But .htaccess only works with Apache.Internet Information Services (IIS)
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: How to make portal.php default page
Hi i have editted the .htaccess file and changed it to what the install says and have even tried it with just portal.php in there but it still wont work.
Is this because im on a windows server and i need to get my webhosting company to edit the file?
Is this because im on a windows server and i need to get my webhosting company to edit the file?
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: How to make portal.php default page
Yes, this is what i said.Ultim8 wrote:Is this because im on a windows server
Yes / No.Ultim8 wrote:and i need to get my webhosting company to edit the file?
You need to ask your webhosting company to set the portal.php as start page. But this is not done with a .htaccess, it have to be configured in the IIS server.
Maybe your webhoster offers something similar to confixx (a configuration web interface), where you can set start pages for your domains.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: How to make portal.php default page
One of two things.Ultim8 wrote:Hi i have editted the .htaccess file and changed it to what the install says and have even tried it with just portal.php in there but it still wont work.
Is this because im on a windows server and i need to get my webhosting company to edit the file?
Ask your web hosting company to change your default web site document to portal.php, as Kevin said.
Or try to add a redirect in your root.
Code: Select all
<?php
header( 'Location: http://www.yourdoman.com/portal.php' ) ;
?>
Warning: If your default document is index.php don't use this method as it'll stop your forums from working properly.
Then you back to contacting your web hosting company.
-
- Active Member
- Posts: 29
- Joined: 14. February 2009 00:22
- phpBB.com User: DragonMaster1
- Location: U.S.A.
- Contact:
Re: How to make portal.php default page
You could also change your domain to a URL redirect and have it land on the portal page
-
- Active Member
- Posts: 6
- Joined: 18. February 2009 11:06
- phpBB.de User: danleedham
- phpBB.com User: danleedham
Re: How to make portal.php default page
one way I got it working... (on a server that i didn't set up - I'd use Apache being an Apple Server Guru)
create a file index.html on your root and paste this:
It doesn't work for everything / everyone... but does for some...
create a file index.html on your root and paste this:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= portal.php" /></head><body></body></html>
-
- Active Member
- Posts: 8
- Joined: 31. March 2009 14:26
Re: How to make portal.php default page
hi
I've got the same problem and I've got access to a plesk control panel (v8.6.0) but I don't have the slightest clue where to edit the default page for my forum's root
I've searched for about an hour now and my hoster guy doesn't seem to have an idea, too -.-
I've got the same problem and I've got access to a plesk control panel (v8.6.0) but I don't have the slightest clue where to edit the default page for my forum's root
I've searched for about an hour now and my hoster guy doesn't seem to have an idea, too -.-