Results 1 to 6 of 6

RSS of PhotoPost Classifieds

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 ...

  1. #1
    Junior Member
    Real Name
    Paul Gowder
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times

    RSS of PhotoPost Classifieds

    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!

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    please try to create .htaccess file in classifieds folder with one line:
    Code:
    RewriteEngine off

  3. #3
    Junior Member
    Real Name
    Paul Gowder
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    I'm on IIS.

    Can't use .htaccess on IIS, can i?

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    What are the rewrite rules you are using (for ISAPI_Rewrite)?

  5. #5
    Junior Member
    Real Name
    Paul Gowder
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    # 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]

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    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

Similar Threads

  1. Sitemap addon for Photopost and Photopost Classifieds
    By benFF in forum General Discussion
    Replies: 37
    Last Post: 03-18-2012, 02:40 PM
  2. rewrite for photopost classifieds
    By RoyMogg in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 02-10-2009, 12:28 PM
  3. Photopost Classifieds
    By djilou in forum Custom Rewrite Rules
    Replies: 12
    Last Post: 05-28-2008, 08:50 AM
  4. Photopost Classifieds
    By offline in forum Custom Rewrite Rules
    Replies: 7
    Last Post: 09-24-2007, 10:59 AM
  5. A PhotoPost Classifieds question...
    By CavySpirit in forum Pre-Sales Questions
    Replies: 1
    Last Post: 09-09-2006, 07:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •