Dors this work also with the pages also with the subdomains and with www.example.com ?
No, you always need to provide the full domain like:
example.com/*
or
www.example.com/*
if you want ALL subdomains then like this:
*.example.com/*
and if you want every possible domain (sub and APEX) then like this:
*example.com/*
Have fun.
1 Like
Thanks a lot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.