This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 227679

Summary: Server Side Includes - Embedded Lightweight Web SERVER
Product: web Reporter: sanicks
Component: HTML ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description sanicks 2013-03-19 21:43:03 UTC
Hi, is there any way to configure the internal
Embedded Lightweight Web SERVER on an HTML5 project
to allow the use of Server Side Includes functions
such as <!--#include virtual="myinclude.html"-->.

i already solve it installing Apache Server and running
my project using External web server.

but it will be very nice to can make it with the Netbean's embbeded
internal server,

thks
Comment 1 sanicks 2013-03-19 21:53:05 UTC
maybe a duplicate of Bug 226589 - Support for client-side templates 

http://netbeans.org/bugzilla/show_bug.cgi?id=226589
Comment 2 sanicks 2013-03-19 21:56:10 UTC
Hi, is there any way to configure the internal
Embedded Lightweight Web SERVER on an HTML5 project
to allow the use of Server Side Includes functions
such as <!--#include virtual="myinclude.html"-->.

i already solve it installing Apache Server and running
my project using External web server.

but it will be very nice to can make it with the Netbean's embbeded
internal server,

thks


maybe a duplicate of Bug 226589 - Support for client-side templates 

http://netbeans.org/bugzilla/show_bug.cgi?id=226589
Comment 3 David Konecny 2013-03-19 22:16:00 UTC
Using Apache Server in case like this is the best solution I think.
Comment 4 sanicks 2013-03-23 18:17:43 UTC
(In reply to comment #3)
> Using Apache Server in case like this is the best solution I think.

Ok, Thanks for reply ^^
Comment 5 Tomas Mysik 2013-12-12 06:16:01 UTC
Taking over.
Comment 6 alanobject 2014-02-16 00:20:18 UTC
Note that the .htaccess file in the template for an HTML5 project includes a commented-out example of how to enable server-side includes.   This kind of implies that it is supported by the default server and I assumed it was until I found this bug.