I too would like to know how to do this. the normal way of editing thet htaccess file does not work because there is no portal.php file to point it to.
the whole point of a portal is to be the main page of a site.
has anyone got this to work yet?
robert
portal as front page - Board3 Portal
portal as front page
Premium phpBB 3.3 Styles by PlanetStyles.net
I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
-
- Registered User
- Posts: 69228
- Joined: Mon May 02, 2005 3:11 am
Re: portal as front page
Hi
If it is still up to date
Open
If it is still up to date
Open
.htaccess
insert at the end:Code: Select all
DirectoryIndex app.php/portal index.php index.html index.htm
Sorry for my bad english, I am German and translated with DeepL!
My Extensionen!
My Extensionen!
-
- Registered User
- Posts: 195
- Joined: Thu Jul 21, 2011 7:42 pm
Re: portal as front page
I need this too, but do not have an .htaccess file on my site. Is there another way to make the portal as front page?
-
- Registered User
- Posts: 13
- Joined: Thu Jul 14, 2005 11:23 am
Re: portal as front page
any solution?
-
- Registered User
- Posts: 126
- Joined: Tue Apr 22, 2014 5:49 pm
Re: portal as front page
You can find the
.htaccess
in your forenroot where the config.php
is located.Sorry for my bad english, I am German and translated with DeepL!
My Extensionen!
My Extensionen!
-
- Registered User
- Posts: 195
- Joined: Thu Jul 21, 2011 7:42 pm
Re: portal as front page
Hi,canam800er wrote: Open.htaccess
insert at the end:Code: Select all
DirectoryIndex app.php/portal index.php index.html index.htm
That is correct if the Portal is at the root.
But if the Portal is in a directory, named par example, "forum"?
Then the code would be:
Code: Select all
DirectoryIndex forum/app.php/portal index.php index.html index.htm
What else would have to change?
Thanks in advance,
-
- Registered User
- Posts: 2
- Joined: Tue May 05, 2020 5:33 pm