Search found 2 matches
- 3. October 2020 17:42
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Portal as Site Main Page
- Replies: 8
- Views: 20158
Re: Portal as Site Main Page
The portal extension is always in the same directory. The code must be like this:
DirectoryIndex app.php/portal index.php index.html index.htm
As we have already mentioned, this code is correct only if the Portal and the Forum are at the root.
But it doesn't work if they are in a Directory ...
- 7. August 2020 19:37
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Portal as Site Main Page
- Replies: 8
- Views: 20158
Portal as Site Main Page
add to your .htaccess this:
DirectoryIndex app.php/portal index.php index.html index.htm
Hi,
This code is correct if the Portal is at the root.
But if the Portal is in a Directory, named par example, "forum"?
Then the code perhaps would be with "forum":
DirectoryIndex forum/app.php ...