htaccess 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #CrosterPageManager
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine on
  4. RewriteRule ^managedservices/?$ /modules/addons/adminpanel/showpage.php?cSEO=managedservices&%{QUERY_STRING} [L] #managedservices
  5. RewriteRule ^support/?$ /modules/addons/adminpanel/showpage.php?cSEO=support&%{QUERY_STRING} [L] #support
  6. RewriteRule ^certificates/?$ /modules/addons/adminpanel/showpage.php?cSEO=certificates&%{QUERY_STRING} [L] #certificates
  7. RewriteRule ^root-server/?$ /modules/addons/adminpanel/showpage.php?cSEO=root-server&%{QUERY_STRING} [L] #root-server
  8. RewriteRule ^datenschutz/?$ /modules/addons/adminpanel/showpage.php?cSEO=datenschutz&%{QUERY_STRING} [L] #datenschutz
  9. RewriteRule ^nextcloud-vs-seafile/?$ /modules/addons/adminpanel/showpage.php?cSEO=nextcloud-vs-seafile&%{QUERY_STRING} [L] #nextcloud-vs-seafile
  10. RewriteRule ^webhosting/?$ /modules/addons/adminpanel/showpage.php?cSEO=webhosting&%{QUERY_STRING} [L] #webhosting
  11. RewriteRule ^webbuilder/?$ /modules/addons/adminpanel/showpage.php?cSEO=webbuilder&%{QUERY_STRING} [L] #webbuilder
  12. RewriteRule ^domains/?$ /modules/addons/adminpanel/showpage.php?cSEO=domains&%{QUERY_STRING} [L] #domains
  13. RewriteRule ^thurbackup/?$ /modules/addons/adminpanel/showpage.php?cSEO=thurbackup&%{QUERY_STRING} [L] #thurbackup
  14. RewriteRule ^thurdesk/?$ /modules/addons/adminpanel/showpage.php?cSEO=thurdesk&%{QUERY_STRING} [L] #thurdesk
  15. RewriteRule ^seafile-hosting/?$ /modules/addons/adminpanel/showpage.php?cSEO=seafile-hosting&%{QUERY_STRING} [L] #seafile-hosting
  16. RewriteRule ^business-mail/?$ /modules/addons/adminpanel/showpage.php?cSEO=business-mail&%{QUERY_STRING} [L] #business-mail
  17. RewriteRule ^private-mail/?$ /modules/addons/adminpanel/showpage.php?cSEO=private-mail&%{QUERY_STRING} [L] #private-mail
  18. RewriteRule ^thur-vdc/?$ /modules/addons/adminpanel/showpage.php?cSEO=thur-vdc&%{QUERY_STRING} [L] #thur-vdc
  19. RewriteRule ^thur-vserver/?$ /modules/addons/adminpanel/showpage.php?cSEO=thur-vserver&%{QUERY_STRING} [L] #thur-vserver
  20. RewriteRule ^agb/?$ /modules/addons/adminpanel/showpage.php?cSEO=agb&%{QUERY_STRING} [L] #agb
  21. RewriteRule ^nextcloud-hosting/?$ /modules/addons/adminpanel/showpage.php?cSEO=nextcloud-hosting&%{QUERY_STRING} [L] #nextcloud-hosting
  22. </IfModule>
  23. #EndCrosterPageManager
  24. ### Thurdata Rewrites
  25. <IfModule mod_rewrite.c>
  26. RewriteEngine on
  27. #productgroups redirect
  28. RewriteRule ^(index\.php/)?store/mailhosting/?$ /pmailmore.php [R=301,L]
  29. RewriteRule ^(index\.php/)?store/groupware\-hosting/?$ /cmailmore.php [R=301,L]
  30. RewriteRule ^(index\.php/)?store/file\-storage/?$ /tfmore.php [R=301,L]
  31. RewriteRule ^(index\.php/)?store/thurfiles\-business\-hosting/?$ /tfmore.php [R=301,L]
  32. RewriteRule ^(index\.php/)?store/cloud\-hosting/?$ /ncmore.php [R=301,L]
  33. RewriteRule ^(index\.php/)?store/nextcloud\-business\-hosting/?$ /ncmore.php [R=301,L]
  34. RewriteRule ^(index\.php/)?store/vps\-hosting/?$ /vservermore.php [R=301,L]
  35. RewriteRule ^(index\.php/)?store/thurvcloud/?$ /vdcmore.php [R=301,L]
  36. RewriteRule ^(index\.php/)?store/ssl\-/?$ /certificates [R=301,L]
  37. RewriteRule ^(index\.php/)?store/webhosting/?$ /wehosting.php [R=301,L]
  38. RewriteRule ^(index\.php/)?store/colocation\-backup/?$ /backupmore.php [R=301,L]
  39. RewriteRule ^(index\.php/)?store/website\-builder/?$ /webbuilder.php [R=301,L]
  40. RewriteRule ^(index\.php/)?store/thurserver/?$ /rootserver.php [R=301,L]
  41. #mailwebs
  42. RewriteCond %{HTTP_HOST} ^(www\.)?mailthurgau\.ch$ [NC]
  43. RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
  44. RewriteCond %{HTTP_HOST} ^(www\.)?ost-mail\.ch$ [NC]
  45. RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
  46. RewriteCond %{HTTP_HOST} ^(www\.)?thurgaumail\.ch$ [NC]
  47. RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
  48. RewriteCond %{HTTP_HOST} ^(www\.)?thurmail\.ch$ [NC]
  49. RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
  50. ### End Thurdata Redirects
  51. ### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###
  52. <IfModule mod_rewrite.c>
  53. RewriteEngine on
  54. # RewriteBase is set to "/" so rules do not need updating if the
  55. # installation directory is relocated. It is imperative that
  56. # there is also a RewriteCond rule later that can effectively get
  57. # the actual value by comparison against the request URI.
  58. #
  59. # If there are _any_ other RewriteBase directives in this file,
  60. # the last entry will take precedence!
  61. RewriteBase /
  62. # Redirect directories to an address with slash
  63. RewriteCond %{REQUEST_FILENAME} -d
  64. RewriteRule ^(.+[^/])$ $1/ [R]
  65. # Send all remaining (routable paths) through index.php
  66. RewriteCond %{REQUEST_FILENAME} !-f
  67. RewriteCond %{REQUEST_FILENAME} !-d
  68. # Determine and use the actual base
  69. RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
  70. RewriteRule ^.*$ %2index.php [QSA,L]
  71. </IfModule>
  72. ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###