Web hosting functionality - SSI
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Business
- :
- Web hosting functionality - SSI
Web hosting functionality - SSI
22-09-2015 11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
My memory is getting rusty and I cannot find the info in the help pages.
1. Does the BUSINESS web platform support SSI?
2. If yes, does it support conditional SSI?
I'm trying to migrate a web site into a new business account - things are not working quite as I expected. a .htaccess might be required here to invoke SSI, however I have not needed to d this on other platforms.
Cheers,
Kevin
In another browser tab, login into the Plusnet user portal BEFORE clicking the fault & ticket links
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
If this post helped, please click the Thumbs Up and if it fixed your issue, please click the This fixed my problem green button below.
Re: Web hosting functionality - SSI
22-09-2015 11:35 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Web hosting functionality - SSI
22-09-2015 12:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for those pointers. I guess that PlusNet's defaults are different to other servers I've worked with. .shtml processing is not enable by default and if index.shtml is to be the default page, then that needs specifying in .htaccess as well!

Quote DirectoryIndex index.shtml index.html
AddType text/html .shtml
AddHandler server-parsed .shtml
In another browser tab, login into the Plusnet user portal BEFORE clicking the fault & ticket links
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
If this post helped, please click the Thumbs Up and if it fixed your issue, please click the This fixed my problem green button below.
Re: Web hosting functionality - SSI
22-09-2015 12:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Web hosting functionality - SSI
29-09-2015 10:10 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I flirted with conditional SSI but the conditions I wanted to use were too complex for SSI and for those I used PHP off the CGI servers: PHP to write the SSI 'insert' html which is FTPed from CGI to Home Pages and then simple SSI on Home Pages picks it up and displays it.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Business
- :
- Web hosting functionality - SSI