avatar_arnlweb

[ Video Sharing CMS v4 ] XML sitemap 404 page and .htaccess issue

Started by arnlweb,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

arnlwebTopic starter



I figure out a xml sitemap for my website. In .htaccess, if I comment (RewriteRule ^(.*)/?$ index.php?rp=$1 [L]) line then all xml sitemap works fine, but my website pages doesn't work.

Please check this links....

http://www.streaminghub.org/test/sitemap.php -- Working

http://www.streaminghub.org/test/sitemap_1.xml --- working

http://www.streaminghub.org/test/video/5439/samsung-nf110-english-hands-on-at-ifa-2010/ --- Not working

My .htaccess file....

RewriteEngine on

RewriteBase /test/

RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)/?$ index.php?rp=$1 [L]

RewriteRule ^sitemaps.xml sitemap.php

RewriteRule ^sitemap_(.*).xml?$ sitemap.php?page=$1 [L]

I think it's a .htaccess issue, I am using phpvibe script. I don't have knowledge with .htaccess, kindly help me to figure this issue.

Thank you.
:cool: :cool: :cool: :cool: :cool:
Web Development Services
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)