iatkotep
Forum Replies Created
-
I fixed this.
I took the rewrite rules that were specified for nginx/conf, and I translated them to make use of the WordPress Rewrite API.
the following block of code in your functions.php file should get you where you need to go
function wp_api_sitemap_rewrites() { add_rewrite_rule('^sitemap_index.xml$', '/index.php?sitemap=1', 'top'); add_rewrite_rule('^locations.kml$', '/index.php?sitemap=wpseo_local_kml', 'top'); add_rewrite_rule('^geo_sitemap.xml$', '/index.php?sitemap=geo', 'top'); add_rewrite_rule('^([^/]+?)-sitemap([0-9]+)?.xml$', '/index.php?sitemap=$matches[1]&sitemap_n=$matches[2]', 'top'); add_rewrite_rule('^([a-z]+)?-?sitemap.xsl$', '/index.php?xsl=$matches[1]', 'top'); } add_action('init', 'wp_api_sitemap_rewrites');
I am having this exact same problem on Pantheon. You say one can specify the location of the xml sitemap in the Yoast SEO plugin. I can not find where to do that. Can you be more specific?
Forum: Plugins
In reply to: [Edge Suite] Not working after latest Adobe CC updateThanks Timm. I’m new to the thread. I appreciate the response.
Forum: Plugins
In reply to: [Edge Suite] Not working after latest Adobe CC updateTimm,
I’m testing es5. Should it be version 5 compatible yet? From the Edge Suite Manage Options, I attempted to upload an .oam file exported from Edge v5. It,s telling me it can not find the main JS edge file in the temp director it’s created.
Cannot find main JS edge file [dir_path]/uploads/edge_suite/edge_tmp/src_1414625096/Assets/xxx_edgePreload.js.
When I go to that location, it looks like there are no files being written there at all.