T O P I C R E V I E W |
tuttoslot |
Posted - 27 May 2020 : 22:02:42 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 |
11 L A T E S T R E P L I E S (Newest First) |
tuttoslot |
Posted - 21 June 2020 : 22:08:57 Ok. Many thanks for your help. I think that I will make the external links with the page portal.asp, for the other accesses I hope that the visitors are happy too, and I will think to a passage at your new snitz [)8] |
HuwR |
Posted - 15 June 2020 : 14:13:00 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 |
tuttoslot |
Posted - 13 June 2020 : 12:56:31 Thanks. I copy exactly this file, but don't change the initial page |
Carefree |
Posted - 12 June 2020 : 04:05:48 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. |
tuttoslot |
Posted - 05 June 2020 : 22:32:19 Sorry for my impatience and Thanks for your reply. I wait your solution Have a nice weekend |
HuwR |
Posted - 05 June 2020 : 10:45:55 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 |
tuttoslot |
Posted - 04 June 2020 : 17:34:41 Sorry for my english. Can you help me, please? Luckily there are people like me who make you laugh |
tuttoslot |
Posted - 02 June 2020 : 16:13:33 You understood very well. Thanks |
HuwR |
Posted - 28 May 2020 : 17:56:10 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 |
tuttoslot |
Posted - 28 May 2020 : 14:54:05 This is the portal page:
is it possible to set this page as the default forum page? Thanks |
HuwR |
Posted - 28 May 2020 : 08:24:47 not sure what you are asking |