My items live preview is not working with envato default frame. When I close the frame then the url is working well. How can I fix it? I talked with my hosting provider and they told me it’s fine with their end.
This prevents Envato from being able to show your demo in a frame. I recommend checking out this existing thread where we went into more detail and offered a solution with an .htaccess file:
If you need any help with this, your web host is best suited for the task.
I’m pretty sure .htaccess needs to go inside the document root, which on a cPanel server should be public_html. Try moving it to public_html/.htaccess.
Hmm. The only possible explanations I can think of are:
Your server doesn’t have mod_headers enabled, or:
Your server (or virtual host) doesn’t allow overrides (which is required for .htaccess to work).
I’m sadly not in a very good position to debug this for you. I would highly recommend contacting your web host and asking them to look into why the header rule isn’t being applied. Chances are, they’ll already know what the problem is because someone else had it before.