Is it -and if .. how- possible to create a simple text file without an automatic extension (html, ...)?
Pe the server configuration file .htaccess (that has the extension .htaccess).
And to automatically upload that file during 'Publish to Web'.
It means, that is a simple plain text file, handled by WWWB.
Reason:
My provider (one.com) automatically loads the content of websites into the cache. Which means, it ist not immendiately updated when a new version ist published. It needs a few minutes. That is nasty when the site is changed.
To prevent that delay, I have to submit .htaccess with the content:
#FreeScript
Header add "disablevcache" "true"
But I could not find any object/file type in WWWB to achive that.
Thanks i.a. -digi-
Plain text, No file extension
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Plain text, No file extension
Last edited by digizar on Sat Feb 23, 2019 12:20 pm, edited 1 time in total.
Ask question only if there is no answer yet.
Re: Plain text, No file extension
You can use the 'File Publisher' object to publish additional files with the page.
However, in this case it may be better to upload the file only once.
However, in this case it may be better to upload the file only once.
Re: Plain text, No file extension
Works perfect. Just put it once into index.html
Ask question only if there is no answer yet.