Trying to setup a LocationMatch for anything on the root location ('/'), but does not equal '/tinymce'
Thus far I have tried the regex patterns:
None work.. tried all with quotes too. :|
Can anyone advise?
Thus far I have tried the regex patterns:
Code:
<LocationMatch ^/.*(?:<!tinymce)$>
<LocationMatch /.*(?:<!tinymce)>
<LocationMatch /[^(tinymce)]*>
Can anyone advise?