Results 1 to 3 of 3

Podcasts / Attachment.PHP Broken

This is a discussion on Podcasts / Attachment.PHP Broken within the General Discussion forums, part of the vBSEO SEO Plugin category; All was working great on my forum, then this weekend I upgraded to the new VBSEO . Now I am ...

  1. #1
    Junior Member
    Real Name
    Scott Greczkowski
    Join Date
    Jun 2007
    Posts
    23
    Liked
    0 times

    Podcasts / Attachment.PHP Broken

    All was working great on my forum, then this weekend I upgraded to the new VBSEO.

    Now I am having a problem with my Podcasts.

    If you check out my Podcast forum RSS feed at:
    http://www.satelliteguys.us/external.php?forumids=157

    You will see the MP3 file listed twice.

    The first link works and does not seem to be vbseo'ed
    http://www.satelliteguys.us/attachment.php?attachmentid=35998&d=1239219874

    However the second link (the one that Apple's iTunes uses) comes up with a 404 error and appears to be SEO'ed.

    http://www.satelliteguys.us/attachme...60964ktest.mp3

    How do I fix this?

  2. #2
    Junior Member
    Real Name
    Scott Greczkowski
    Join Date
    Jun 2007
    Posts
    23
    Liked
    0 times
    I was able to fix this issue by reverting back to my old .htaccess file.

    I figured out it was the .htaccess file when users reported that my photopost software was not working eaither. And in looking at the links to the photopost the URL's were SEO'ed.

    I used the new .htaccess that came with the new VBSEO software.

    The one I switched back to looks like this...

    DirectoryIndex cmps_index.php index.php cmps_index.php index.html index.htm


    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    ####Charset
    AddDefaultCharset Off

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    #RewriteBase /

    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    AuthType Basic
    AuthName "SYSTEM UPGRADE BE BACK SOON!"
    AuthUserFile "/home/satellit/.htpasswds/usr/home/satellite/public_html/passwd"

    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>

  3. #3
    Junior Member
    Real Name
    Scott
    Join Date
    Jun 2007
    Posts
    2
    Liked
    0 times
    I also had problems in vBulletin with images and attachments after installing the new .htaccess file. Like scottct1, I reverted back to my old .htaccess file.

Similar Threads

  1. Attachment URL bug
    By kgroneman in forum Bug Reporting
    Replies: 6
    Last Post: 11-25-2008, 03:42 PM
  2. Podcasts no longer work after VBSEO added to vbulletin
    By KenDude in forum Troubleshooting
    Replies: 7
    Last Post: 08-13-2008, 04:39 PM
  3. Attachment Issue
    By EliteNeo.com in forum Troubleshooting
    Replies: 2
    Last Post: 06-27-2008, 07:13 PM
  4. Attachment Rewrite BUG
    By webgroup in forum Bug Reporting
    Replies: 3
    Last Post: 07-01-2006, 12:01 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
  •