Results 1 to 7 of 7

Error Log shows -f not supported and will be ignored

This is a discussion on Error Log shows -f not supported and will be ignored within the General Discussion forums, part of the vBSEO SEO Plugin category; I know this is just a warning, but I wanted to see what it meant and if I should bother ...

  1. #1
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times

    Error Log shows -f not supported and will be ignored

    I know this is just a warning, but I wanted to see what it meant and if I should bother fixing it.


    RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will be ignored.
    Thanks

  2. #2
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello Jim,

    What is the content of your .htaccess file?.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  3. #3
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times
    Quote Originally Posted by Andrés Durán Hewitt View Post
    Hello Jim,

    What is the content of your .htaccess file?.
    Code:
     
    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php
     
    # 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
     
    # 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 %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  4. #4
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Is it the only .htaccess that you have in your site?. Don't you have further details of the error registered on your error_log?.

    BTW, there's a repeated line in your .htaccess file:

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    You should delete the one that is located at the very end of the file.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  5. #5
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times
    Quote Originally Posted by Andrés Durán Hewitt View Post
    Is it the only .htaccess that you have in your site?. Don't you have further details of the error registered on your error_log?.
    That's the only htaccess file I have which is in the forum/site root.

    Quote Originally Posted by Andrés Durán Hewitt View Post

    BTW, there's a repeated line in your .htaccess file:

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    You should delete the one that is located at the very end of the file.
    Ok cool, thank you. I'll remove that now.

  6. #6
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    The issue seems to be coming from another place. Is your site hosted on a shared server?, do you have additional sites on your server? (if dedicated or VPS).

    The error_log commonly shows the errors available in every website that the server hosts, so it could be a posibility that it is coming from another website.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  7. #7
    Member
    Real Name
    Jim MacDiarmid
    Join Date
    Mar 2008
    Posts
    48
    Liked
    0 times
    Ah ok, that's probably it then. Yeah, I'm on a shared host using Bluehost.com to host my site.

Similar Threads

  1. Replies: 26
    Last Post: 04-21-2011, 09:01 AM
  2. Are SEF supported in Greek?
    By Panagioths in forum Pre-Sales Questions
    Replies: 10
    Last Post: 04-14-2007, 10:20 AM
  3. When turning on, my whole site shows this error.
    By Sportscardfreaks in forum Bug Reporting
    Replies: 4
    Last Post: 11-19-2006, 09:15 PM
  4. How to find out if mod_rewrite is supported?
    By vBFreak in forum Pre-Sales Questions
    Replies: 4
    Last Post: 08-08-2006, 01:39 AM

Posting Permissions

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