2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 07:27:09 +00:00

fixing index.htm as troggle-managed page

This commit is contained in:
2024-07-10 13:10:55 +02:00
parent 63ef8c9fb1
commit f5f3adf7da
2 changed files with 6 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ else:
trogglepatterns = [
path('pubs.htm', pubspage, name="pubspage"), # ~165 hrefs to this url in expoweb files
#path('', indexpage, name="indexpage"), # ~1,212 hrefs to this url in expoweb files
path('index.htm', indexpage, name="indexpage"), # ~1,212 hrefs to this url in expoweb files
path('expofiles/', include(expofilesurls)), # intercepted by Apache, if it is running.