The MU forums have moved to WordPress.org

Big problem (htaccess died....) (2 posts)

  1. Bloggproffs
    Member
    Posted 16 years ago #

    getting this error thrown all over my error_logs:

    [Sat Mar 15 02:31:24 2008] [error] [client NN.NN.NNN.NN] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/sitename/httpdocs/index.pl

    what have happend? please help me fix tihs asap, i have about a thousand users that cant reach their accounts right now.. they can logg in and post, but cant visit their pages..

    also in admin panel when a user goes to change their permlink options: they get this message:

    If u had access to .htaccess we could do the changes for you, but it isnt possible at the moment. These are the mod_rewrite rules you should have in your .htaccess file. Click CTRL+A to select ALL

    And the mod_rewrite code:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    my .htaccess file..:

    # BEGIN FAlbum
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^wp-content/plugins/falbum/wp/album.php/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/falbum/wp/album.php?$1=$2&$3=$4&$5=$6&$7=$8 [QSA,L]
    </IfModule>
    # END FAlbum
    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    # AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml

    PLease anyone help me with this...

  2. andrea_r
    Moderator
    Posted 16 years ago #

    "Options FollowSymLinks or SymLinksIfOwnerMatch is off "

    That's something in Apache. Did your host change anything?

About this Topic

  • Started 16 years ago by Bloggproffs
  • Latest reply from andrea_r