[SOLVED] RE: [WebDNA] WebDNA not interpreting for directory

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111352
interpreted = N
texte = This is a multipart message in MIME format. ------=_NextPart_000_00F6_01CF6914.F76382B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit No. They're cool though ;) I had thought that I had it working, but apparently what I mentioned yesterday did not work after all. So I just added the following to lighttpd.conf: url.rewrite-once = ("^/(.*)" = "/index.html") for that virtual host and it works great now. Cheers, -- William J. Starck, DDS Diplomate, American Board of Oral & Maxillofacial Surgery Starck Oral Surgery 1850 Keller Parkway Suite 102 Keller, TX 76248 817-431-9566 (ofc) 817-800-9634 (cell) http://www.drstarck.com From: Stuart Tremain [mailto:webdna@idfk.com.au] Sent: Tuesday, May 06, 2014 1:55 AM To: WebDNA Talk List Subject: Re: [WebDNA] WebDNA not interpreting for directory Are you hosting on a Pi ??? Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 6 May 2014, at 4:32 pm, William J. Starck, DDS wrote: I haven't had time to Google for specifics on what is actually transpiring, but I found this link http://www.raspberrypi.org/forums/viewtopic.php?f=36&t=69779&p=507215&hilit= how+to+redirect+to+an+html+file#p507215 and did what was recommended there (what I posted) and it just worked. So now I have the two files Index.html and Index.html ~ in the root directory for that virtual host. Both are identical except for the filename obviously So http://www.etherware.com/index.html serves up file #1 and http://www.etherware.com serves up #2 both of which have WebDNA tags which are being parsed correctly. Tomorrow I want to see if this just pertains to lighttpd or apache as well. I was also doing the index/index2 thingy on another virtual host and always hated that so this is pretty cool. Cheers, Will From: Stuart Tremain [ mailto:webdna@idfk.com.au] Sent: Monday, May 05, 2014 10:24 PM To: WebDNA Talk List Subject: Re: [WebDNA] WebDNA not interpreting for directory Will Please explain what is happening with the tilda. Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 6 May 2014, at 1:03 pm, WJ Starck, DDS < wjs@bigideasoft.com> wrote: Here's the solution: copy index.html to index.html ~ (Notice the space between .html and ~) Now the page gets passed to WebDNA to get interpreted Good to know, thanks all for the suggestions Will William J. Starck, DDS Starck Oral Surgery 1850 Keller Parkway Suite 102 Keller, TX 76248 817-431-9566 http://www.drstarck.com On May 5, 2014, at 7:04 PM, Stuart Tremain < webdna@idfk.com.au> wrote: Sounds like a problem I had with the same thing on windoze . You need to have your index.html redirect to index2.html, this is where you have your protect tag. So index has nothing but [REDIRECT index2.html] Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 6 May 2014, at 6:59 am, William J. Starck, DDS < wjs@bigideasoft.com> wrote: How do I get WebDNA to interpret code on the index page for a website if the user leaves index.html out of the url? Right now the [protect] tag on http://licensing.bigideasoft.com/index.html gets interpreted, but if I type http://licensing.bigideasoft.com , index.html gets served up but the [protect] tag is not interpreted FastCGI 8 Ubuntu 13.10 x64 Thanks! -- William J. Starck, DDS Big Idea Software, LLC 1850 Keller Parkway Suite 102 Keller, TX 76248 817-431-9566 http://www.bigideasoft.com --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us ------=_NextPart_000_00F6_01CF6914.F76382B0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

No. They’re cool though ;)

 

I had thought that I had it working, but apparently what I mentioned = yesterday did not work after all.

 

So I just added the following to = lighttpd.conf:

 

url.rewrite-once =3D (“^/(.*)” =3D = “/index.html”)

 

for that virtual host and it works great now.

 

Cheers,

 

 

--

William J. Starck, DDS

Diplomate, American Board of Oral & Maxillofacial = Surgery

Starck Oral Surgery

1850 Keller Parkway Suite 102

Keller, TX 76248

817-431-9566 (ofc)

817-800-9634 (cell)

http://www.drstarck.com

 

 

 

From:= = Stuart Tremain [mailto:webdna@idfk.com.au]
Sent: Tuesday, May = 06, 2014 1:55 AM
To: WebDNA Talk List
Subject: Re: = [WebDNA] WebDNA not interpreting for = directory

 

Are you = hosting on a Pi ???

 

 

Regards

 

Stuart Tremain

IDFK Web Developments

AUSTRALIA

 



 

On = 6 May 2014, at 4:32 pm, William J. Starck, DDS <wjs@bigideasoft.com> = wrote:



I haven’t had time to Google for specifics on what is = actually  transpiring, but I found this = link

 

 

and did what was recommended there (what I posted) and it just = worked.

 

So now I have the two files

 

Index.html and

Index.html ~ in the root directory for that virtual host. Both are = identical except for the filename = obviously

 

So http://www.etherware.com/index.html    serves up = file #1

and http://www.etherware.com  &nb= sp;     serves up = #2

 

both of which have WebDNA tags which are being parsed = correctly.

 

Tomorrow I want to see if this just pertains to lighttpd or apache as = well.

 

I was also doing the index/index2 thingy on another virtual host and = always hated that so this is pretty = cool.

 

Cheers,

 

Will

 

 

 

 

From:=  Stuart = Tremain [mailto:webdna@idfk.com.au] 
Sent: Monday, May 05, 2014 10:24 = PM
To: WebDNA = Talk List
Subject: Re: [WebDNA] WebDNA not = interpreting for = directory

 

Will

 

Please explain what is happening with the = tilda.

 

 

Regards

 

Stuart = Tremain

IDFK Web = Developments

AUSTRALIA<= /span>

 



 

On 6 May 2014, at 1:03 pm, WJ Starck, DDS <wjs@bigideasoft.com> = wrote:




Here's the = solution:

 

copy index.html to index.html = ~

 

(Notice the space between .html and = ~)

 

Now the page gets passed to WebDNA to get = interpreted

 

Good to know, thanks all for the = suggestions

 

Will

 

William J. Starck, = DDS

Starck Oral = Surgery

1850 = Keller Parkway Suite 102

Keller, TX = 76248

817-431-9566


On May 5, 2014, at = 7:04 PM, Stuart Tremain <webdna@idfk.com.au> = wrote:

Sounds like a problem I had with the same thing on = windoze .

 

 

You need to have your index.html redirect to = index2.html, this is where you have your protect = tag.

 

So index has nothing but [REDIRECT = index2.html]

 

 

 

Regards

 

Stuart = Tremain

IDFK Web = Developments

AUSTRALIA<= /span>

 



 

On 6 May 2014, at 6:59 am, William J. Starck, DDS = <wjs@bigideasoft.com> = wrote:




How do I = get WebDNA to interpret code on the index page for a website if the user = leaves index.html out of the = url?

 

Right now = the [protect] tag on http://licensing.bigideasoft.com/index.html=  gets interpreted, = but if I type http://licensing.bigideasoft.com , index.html gets served up = but the [protect] tag is not = interpreted

 

FastCGI 8 = Ubuntu 13.10 x64

 

Thanks!

 

--

William J. = Starck, DDS

Big Idea = Software, LLC

1850 = Keller Parkway Suite 102

Keller, TX = 76248

817-431-956= 6

 

 

----------= ----------------------------------------------- This message is sent to = you because you are subscribed to the mailing list . To unsubscribe, E-mail = to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

=

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives:http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

<= /blockquote>

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us

<= /div>

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us

<= p class=3DMsoNormal>----------= ----------------------------------------------- This message is sent to = you because you are subscribed to the mailing list . To unsubscribe, E-mail = to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

=

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/= list/talk@webdna.us Bug Reporting: support@webdna.us

------=_NextPart_000_00F6_01CF6914.F76382B0-- Associated Messages, from the most recent to the oldest:

    
  1. [SOLVED] RE: [WebDNA] WebDNA not interpreting for directory ("William J. Starck, DDS" 2014)
This is a multipart message in MIME format. ------=_NextPart_000_00F6_01CF6914.F76382B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit No. They're cool though ;) I had thought that I had it working, but apparently what I mentioned yesterday did not work after all. So I just added the following to lighttpd.conf: url.rewrite-once = ("^/(.*)" = "/index.html") for that virtual host and it works great now. Cheers, -- William J. Starck, DDS Diplomate, American Board of Oral & Maxillofacial Surgery Starck Oral Surgery 1850 Keller Parkway Suite 102 Keller, TX 76248 817-431-9566 (ofc) 817-800-9634 (cell) http://www.drstarck.com From: Stuart Tremain [mailto:webdna@idfk.com.au] Sent: Tuesday, May 06, 2014 1:55 AM To: WebDNA Talk List Subject: Re: [WebDNA] WebDNA not interpreting for directory Are you hosting on a Pi ??? Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 6 May 2014, at 4:32 pm, William J. Starck, DDS wrote: I haven't had time to Google for specifics on what is actually transpiring, but I found this link http://www.raspberrypi.org/forums/viewtopic.php?f=36&t=69779&p=507215&hilit= how+to+redirect+to+an+html+file#p507215 and did what was recommended there (what I posted) and it just worked. So now I have the two files Index.html and Index.html ~ in the root directory for that virtual host. Both are identical except for the filename obviously So http://www.etherware.com/index.html serves up file #1 and http://www.etherware.com serves up #2 both of which have WebDNA tags which are being parsed correctly. Tomorrow I want to see if this just pertains to lighttpd or apache as well. I was also doing the index/index2 thingy on another virtual host and always hated that so this is pretty cool. Cheers, Will From: Stuart Tremain [ mailto:webdna@idfk.com.au] Sent: Monday, May 05, 2014 10:24 PM To: WebDNA Talk List Subject: Re: [WebDNA] WebDNA not interpreting for directory Will Please explain what is happening with the tilda. Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 6 May 2014, at 1:03 pm, WJ Starck, DDS < wjs@bigideasoft.com> wrote: Here's the solution: copy index.html to index.html ~ (Notice the space between .html and ~) Now the page gets passed to WebDNA to get interpreted Good to know, thanks all for the suggestions Will William J. Starck, DDS Starck Oral Surgery 1850 Keller Parkway Suite 102 Keller, TX 76248 817-431-9566 http://www.drstarck.com On May 5, 2014, at 7:04 PM, Stuart Tremain < webdna@idfk.com.au> wrote: Sounds like a problem I had with the same thing on windoze . You need to have your index.html redirect to index2.html, this is where you have your protect tag. So index has nothing but [REDIRECT index2.html] Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 6 May 2014, at 6:59 am, William J. Starck, DDS < wjs@bigideasoft.com> wrote: How do I get WebDNA to interpret code on the index page for a website if the user leaves index.html out of the url? Right now the [protect] tag on http://licensing.bigideasoft.com/index.html gets interpreted, but if I type http://licensing.bigideasoft.com , index.html gets served up but the [protect] tag is not interpreted FastCGI 8 Ubuntu 13.10 x64 Thanks! -- William J. Starck, DDS Big Idea Software, LLC 1850 Keller Parkway Suite 102 Keller, TX 76248 817-431-9566 http://www.bigideasoft.com --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us ------=_NextPart_000_00F6_01CF6914.F76382B0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

No. They’re cool though ;)

 

I had thought that I had it working, but apparently what I mentioned = yesterday did not work after all.

 

So I just added the following to = lighttpd.conf:

 

url.rewrite-once =3D (“^/(.*)” =3D = “/index.html”)

 

for that virtual host and it works great now.

 

Cheers,

 

 

--

William J. Starck, DDS

Diplomate, American Board of Oral & Maxillofacial = Surgery

Starck Oral Surgery

1850 Keller Parkway Suite 102

Keller, TX 76248

817-431-9566 (ofc)

817-800-9634 (cell)

http://www.drstarck.com

 

 

 

From:= = Stuart Tremain [mailto:webdna@idfk.com.au]
Sent: Tuesday, May = 06, 2014 1:55 AM
To: WebDNA Talk List
Subject: Re: = [WebDNA] WebDNA not interpreting for = directory

 

Are you = hosting on a Pi ???

 

 

Regards

 

Stuart Tremain

IDFK Web Developments

AUSTRALIA

 



 

On = 6 May 2014, at 4:32 pm, William J. Starck, DDS <wjs@bigideasoft.com> = wrote:



I haven’t had time to Google for specifics on what is = actually  transpiring, but I found this = link

 

 

and did what was recommended there (what I posted) and it just = worked.

 

So now I have the two files

 

Index.html and

Index.html ~ in the root directory for that virtual host. Both are = identical except for the filename = obviously

 

So http://www.etherware.com/index.html    serves up = file #1

and http://www.etherware.com  &nb= sp;     serves up = #2

 

both of which have WebDNA tags which are being parsed = correctly.

 

Tomorrow I want to see if this just pertains to lighttpd or apache as = well.

 

I was also doing the index/index2 thingy on another virtual host and = always hated that so this is pretty = cool.

 

Cheers,

 

Will

 

 

 

 

From:=  Stuart = Tremain [mailto:webdna@idfk.com.au] 
Sent: Monday, May 05, 2014 10:24 = PM
To: WebDNA = Talk List
Subject: Re: [WebDNA] WebDNA not = interpreting for = directory

 

Will

 

Please explain what is happening with the = tilda.

 

 

Regards

 

Stuart = Tremain

IDFK Web = Developments

AUSTRALIA<= /span>

 



 

On 6 May 2014, at 1:03 pm, WJ Starck, DDS <wjs@bigideasoft.com> = wrote:




Here's the = solution:

 

copy index.html to index.html = ~

 

(Notice the space between .html and = ~)

 

Now the page gets passed to WebDNA to get = interpreted

 

Good to know, thanks all for the = suggestions

 

Will

 

William J. Starck, = DDS

Starck Oral = Surgery

1850 = Keller Parkway Suite 102

Keller, TX = 76248

817-431-9566


On May 5, 2014, at = 7:04 PM, Stuart Tremain <webdna@idfk.com.au> = wrote:

Sounds like a problem I had with the same thing on = windoze .

 

 

You need to have your index.html redirect to = index2.html, this is where you have your protect = tag.

 

So index has nothing but [REDIRECT = index2.html]

 

 

 

Regards

 

Stuart = Tremain

IDFK Web = Developments

AUSTRALIA<= /span>

 



 

On 6 May 2014, at 6:59 am, William J. Starck, DDS = <wjs@bigideasoft.com> = wrote:




How do I = get WebDNA to interpret code on the index page for a website if the user = leaves index.html out of the = url?

 

Right now = the [protect] tag on http://licensing.bigideasoft.com/index.html=  gets interpreted, = but if I type http://licensing.bigideasoft.com , index.html gets served up = but the [protect] tag is not = interpreted

 

FastCGI 8 = Ubuntu 13.10 x64

 

Thanks!

 

--

William J. = Starck, DDS

Big Idea = Software, LLC

1850 = Keller Parkway Suite 102

Keller, TX = 76248

817-431-956= 6

 

 

----------= ----------------------------------------------- This message is sent to = you because you are subscribed to the mailing list . To unsubscribe, E-mail = to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

=

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives:http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

<= /blockquote>

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us

<= /div>

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us

<= p class=3DMsoNormal>----------= ----------------------------------------------- This message is sent to = you because you are subscribed to the mailing list . To unsubscribe, E-mail = to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

=

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/= list/talk@webdna.us Bug Reporting: support@webdna.us

------=_NextPart_000_00F6_01CF6914.F76382B0-- "William J. Starck, DDS"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Search crashing server (1998) [WebDNA] showif/sendmail question (2008) OT-test (1998) Time Until (1999) Nesting format tags (1997) Next X hits (1996) Date search - yes or no (1997) A multi-processor savvy WebCatalog? (1997) how to get first some letters of a variable (2000) [search] and [shownext] Problem (2000) [WebDNA] Can webDNA be forced to be able to read ANY file in ANY folder in a (2018) Nav. 4 probs with cart - Serious problem (1997) [WebDNA] Is a '.webdna' suffix better? (2008) MailScanner (2004) Shopping Cart variation... (1997) Re:quit command on NT (1997) SKU lookup (1997) Mac: LModelDirector bug fix (1997) Execute Applescript (1997) Now you see it now you donīt (1997)