Forum Moderators: phranque
RedirectMatch ^/norrtaljehc[^calendar_folder,^icons](.*)$ /gn/opencms/web/HAB/_Subwebbar/hc_norrtalje/
RedirectMatch ^/[^calendar_folder,^icons,^norrtaljehc](.*)$¦^/$ /gn/opencms/web/HAB/
I allso have an alias on xxx/calendar_folder, therefor I mask it out aswell.
I can't figure out a sullution to this problem. Any ideas?
Thanks.
[^calendar_folder,^icons,^norrtaljehc]
This code says:
If the single character in this position is not c or a or l or e or n or d or a (again) or r or comma, or ^ or i or c, etc., then match.
If you wish to exclude the words calendar or icon, etc, then this won't work.
Can you use mod_rewrite on your server? Doing so would make this job a lot easier.
Jim