I’ve set up a mobile redirect to my subdomain m.partyfavorz.com and changed the A record on my host DNS to a CNAME as per instructions and changed the setting to drop path.
However, Cloudfare requires something to be added to my root folder that I am uncertain of. Do I just create a php file with this information and if so - what do I name it? Also, how do I add an expiration date of 6 months and what is the format with the example given below?
To allow your end-users to view the full site on mobile, you’ll need to set the value of the following cookie on the root domain only to 0 (zero) at your origin server:
__cf_mob_redir = 0; domain=.example.com
In this example, replace .example.com with your root domain.
To renew the mobile redirect, delete the cookie, or set it to expire after whatever duration you choose.