404 Not Found on Site Map
-
Hey there. I am using nginx and my sitemap.xml show 404 Not Found Nginx error. But if i write https://url/sitemap.xml-test i can see my sitemap. How can i fix it ? Thank you
My nginx conf. :
location ~* .(jpg|jpeg|gif|png|css|js|ico|xml)$ { access_log off; log_not_found off; expires 360d; } location @robots { return 200 "User-agent: *\nDisallow: /wp-admin/\nAllow: /wp-admin/admin-ajax.php\n"; } location = /sitemap.xml { rewrite ^/sitemap.xml$ "/?the_seo_framework_sitemap=xml" permanent; }
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘404 Not Found on Site Map’ is closed to new replies.