Current time: 11-27-2024, 04:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
Problem with +FollowSymLinks and phpMyAdmin
Author Message
DaSilva Offline
Member
***

Posts: 302
Joined: Dec 2007
Reputation: 0
Post: #3
RE: Problem with +FollowSymLinks and phpMyAdmin
So it is not important isn't it?

EDIT: I have deleted it and I now get this error:

Quote:[Sat Apr 05 11:41:52 2008] [alert] [client ::1] /var/www/phpmyadmin/.htaccess: Option Indexes not allowed here

Now my question is: How can I allow these options?
I think I must change something in this part of the 00_master.conf:

Code:
<Directory /var/www/ispcp/gui/tools/pma>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/master/
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

but I don't know what.
Thanks for help.
(This post was last modified: 04-05-2008 07:49 PM by DaSilva.)
04-05-2008 07:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem with +FollowSymLinks and phpMyAdmin - DaSilva - 04-05-2008 07:40 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)