The RSS of PhotoPost Classifieds isn't working for me?
http://www.powwows.com/gathering/cla....php?type=RSS2
Looks like it is a vBSEO error.
How do I fix this?
Thanks!
This is a discussion on RSS of PhotoPost Classifieds within the Troubleshooting forums, part of the vBSEO SEO Plugin category; The RSS of PhotoPost Classifieds isn't working for me? http://www.powwows.com/gathering/cla....php?type=RSS2 Looks like it is a vBSEO error. How do I ...
The RSS of PhotoPost Classifieds isn't working for me?
http://www.powwows.com/gathering/cla....php?type=RSS2
Looks like it is a vBSEO error.
How do I fix this?
Thanks!
Hello,
please try to create .htaccess file in classifieds folder with one line:
Code:RewriteEngine off
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I'm on IIS.
Can't use .htaccess on IIS, can i?
What are the rewrite rules you are using (for ISAPI_Rewrite)?
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.34
RewriteEngine on
RewriteCond %{HTTP_HOST} .*powwows.com
RewriteCond %{REQUEST_URI} !^/gathering/(attachments|iconimages|avatars).*
RewriteRule ^(.*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip) )$ $1 [I,L]
RewriteCond %{HTTP_HOST} .*powwows.com
RewriteRule ^/gathering/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /gathering/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{HTTP_HOST} .*powwows.com
RewriteCond %{REQUEST_URI} !/gathering/(classifieds|admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
RewriteRule ^/gathering/(.+?)$ /gathering/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
Please try the following rules
Code:# Helicon ISAPI_Rewrite configuration file # Version 3.1.0.34 RewriteEngine on RewriteCond %{HTTP_HOST} .*powwows.com RewriteCond %{REQUEST_URI} !^/gathering/(attachments|iconimages|avatars).* RewriteRule ^(.*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip) )$ $1 [I,L] RewriteCond %{HTTP_HOST} .*powwows.com RewriteRule ^/gathering/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /gathering/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{HTTP_HOST} .*powwows.com RewriteCond %{REQUEST_URI} !/gathering/(classifieds/|admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).* RewriteRule ^/gathering/(.+?)$ /gathering/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam