I am using an host providing me a staging environment. But in this case there are an issue. The path to the base location is stored as full path in wp_options table. But the path are different between live and staging:
So the generated css are not available. Is there a chance to change this, that only the part from wp-content/... will be stored in wp_options and the path to the wordpress installation is added during runtime? This would solve this issue.
Hello,
I am using an host providing me a staging environment. But in this case there are an issue. The path to the base location is stored as full path in wp_options table. But the path are different between live and staging:
So the generated css are not available. Is there a chance to change this, that only the part from wp-content/... will be stored in wp_options and the path to the wordpress installation is added during runtime? This would solve this issue.
Thanks Thorsten