The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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
Can I set the portal page in first page? in administration options I don't find this option
Thanks
Massimo Cellini
www.tuttoslot.it
www.tuttoslot.it
Posted
not sure what you are asking
Posted
This is the portal page:
is it possible to set this page as the default forum page?
Thanks
is it possible to set this page as the default forum page?
Thanks
Massimo Cellini
www.tuttoslot.it
www.tuttoslot.it
Last edited by tuttoslot on 28 May 2020, 14:54
Posted
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
Posted
You understood very well.
Thanks
Massimo Cellini
www.tuttoslot.it
www.tuttoslot.it
Posted
Sorry for my english. Can you help me, please?
Luckily there are people like me who make you laugh 
Massimo Cellini
www.tuttoslot.it
www.tuttoslot.it
Posted
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
Posted
Sorry for my impatience and Thanks for your reply. I wait your solution
Have a nice weekend
Have a nice weekend
Massimo Cellini
www.tuttoslot.it
www.tuttoslot.it
Posted
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.
<?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.
Posted
Thanks.
I copy exactly this file, but don't change the initial page
I copy exactly this file, but don't change the initial page
Massimo Cellini
www.tuttoslot.it
www.tuttoslot.it
Posted
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
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...