Page "portal". Can I transform in first page of forum? - Postet den (3644 Views)
Starting Member
tuttoslot
Innlegg: 9
9
Hello, I'm a adamantine version 65 forum. I would set the "portal" page in first page of forum. Now the firs page is the default forum page, with address www.tuttoslot.it/forum
Can I set the portal page in first page? in administration options I don't find this option
Thanks
Massimo Cellini
www.tuttoslot.it
   
 Sidestørrelse 
Postet den
Forum Admin
HuwR
Innlegg: 20611
20611
Postet den
Starting Member
tuttoslot
Innlegg: 9
9
This is the portal page:
is it possible to set this page as the default forum page? Thanks
Massimo Cellini
www.tuttoslot.it
Postet den
Forum Admin
HuwR
Innlegg: 20611
20611
just to make sure I understand, did you want so that if someone typed www.tuttoslot.it/forum in the browser it will open the portale.asp instead of default.asp
Postet den
Starting Member
tuttoslot
Innlegg: 9
9
You understood very well. Thanks
Massimo Cellini
www.tuttoslot.it
Postet den
Starting Member
tuttoslot
Innlegg: 9
9
Sorry for my english. Can you help me, please? Luckily there are people like me who make you laugh bigsmilebigsmile
Massimo Cellini
www.tuttoslot.it
Postet den
Forum Admin
HuwR
Innlegg: 20611
20611
sorry, been a bit busy. The easist option would be to change the default document for the folder in IIS, but you may not be able to do that. I'll have a quick think over the weekend and get back to you smile
Postet den
Starting Member
tuttoslot
Innlegg: 9
9
Sorry for my impatience and Thanks for your reply. I wait your solution
Have a nice weekend
Massimo Cellini
www.tuttoslot.it
Postet den
Advanced Member
Carefree
Innlegg: 4224
4224
Create a text file titled "web.config" if one doesn't already exist in the root directory of the forum. Contents should include the following:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="portale.asp" />
<add value="default.asp" />
</files>
</defaultDocument>
</system.webServer>
</configuration>

If the file already exists, make sure the defaultDocument section is included in it. Upload back to the root directory of the forum.
Postet den
Starting Member
tuttoslot
Innlegg: 9
9
Thanks.
I copy exactly this file, but don't change the initial page
Massimo Cellini
www.tuttoslot.it
Postet den
Forum Admin
HuwR
Innlegg: 20611
20611
Not sure what else to suggest without changing every occurrence of default.asp in the forum code and then renaming default.asp to something else and then rename portale.asp to default.asp. Not something to be undertaken lightly, you are using a very heavily modified code based on Imageforums Modded Snitz rather than the base code here
Du må legge inn en melding