atescem
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
No. We do not use NGINX.
Can you send for this code for APACHE? I add ht access.
rewrite ^/video-sitemap.xml$ /index.php?aiosp_video_sitemap_path=root last; rewrite ^/video-sitemap.xml.gz$ /index.php?aiosp_video_sitemap_path=root last; rewrite ^/(.+)-video-sitemap.xml$ /index.php?aiosp_video_sitemap_path=$1 last; rewrite ^/(.+)-video-sitemap.xml.gz$ /index.php?aiosp_video_sitemap_path=$1 last; rewrite ^/(.+)-video-sitemap(\d+).xml$ /index.php?aiosp_video_sitemap_path=$1&aiosp_sitemap_page=$2 last; rewrite ^/(.+)-video-sitemap(\d+).xml.gz$ /index.php?aiosp_video_sitemap_path=$1&aiosp_sitemap_page=$2 last; rewrite ^/sitemap.xml$ /index.php?aiosp_sitemap_path=root last; rewrite ^/sitemap.xml.gz$ /index.php?aiosp_sitemap_path=root last; rewrite ^/(.+)-sitemap.xml$ /index.php?aiosp_sitemap_path=$1 last; rewrite ^/(.+)-sitemap.xml.gz$ /index.php?aiosp_sitemap_path=$1 last; rewrite ^/(.+)-sitemap(\d+).xml$ /index.php?aiosp_sitemap_path=$1&aiosp_sitemap_page=$2 last; rewrite ^/(.+)-sitemap(\d+).xml.gz$ /index.php?aiosp_sitemap_path=$1&aiosp_sitemap_page=$2 last; rewrite ^/sitemap.rss$ /index.php?aiosp_sitemap_path=rss last; rewrite ^/sitemap.latest.rss$ /index.php?aiosp_sitemap_path=rss_latest last;I do not try to change name of the sitemap. Sitemap works for permalink is plain. Otherwise do not work. How can I solve?
Viewing 3 replies - 1 through 3 (of 3 total)