URL Handling field keeps replacing "txt" extension #7208
-
I have removed the "txt" extension from the URL Handling field numerous times, and also checked the DB to make sure, but somehow that value keeps returning! It seems to hold for around 3 days before coming back. Not sure if there is some stray install page that keeps getting executed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I did find the database default values under the /server/app/data.yml file and removed the "txt" value from line 52. The change has held for 6 days. |
Beta Was this translation helpful? Give feedback.
-
I was able to prove that the /server/app/data.yml default values for "pageExtensions:" was re-populating the URL handling field values. I added the extension "foo" to the default list and it showed up within 48 hours. This is an IIS/SQL/IISNode install. |
Beta Was this translation helpful? Give feedback.
I was able to prove that the /server/app/data.yml default values for "pageExtensions:" was re-populating the URL handling field values. I added the extension "foo" to the default list and it showed up within 48 hours. This is an IIS/SQL/IISNode install.