Current time: 09-19-2024, 02:15 PM Hello There, Guest! (LoginRegister)


Post Reply 
Roundcube und .htaccess
Author Message
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #1
Roundcube und .htaccess
Hallo habe eben wieder Roundcube draufgemacht bei Configcheck sagt er mir das FileInfo: NOT AVAILABLE(See http://www.php.net/manual/en/ref.fileinfo.php) Fehlt.Wo füge ich die am optimalsten ein?
Und dann sagt er magic_quotes_gpc: NOT OK(is '1', should be '0') obwohl die .htaccess so aussieht:

# AddDefaultCharset UTF-8
AddType text/x-component .htc

<IfModule mod_php4.c>
php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
php_value session.auto_start 0
php_value zlib.output_compression 0
php_value magic_quotes_gpc 0
</IfModule>

<IfModule mod_php5.c>
php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
php_value session.auto_start 0
php_value zlib.output_compression 0
php_value magic_quotes_gpc 0
</IfModule>

<FilesMatch "(\.inc|\~)$">
Order allow,deny
Deny from all
</FilesMatch>

Order deny,allow
Allow from all
03-18-2008 04:04 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Roundcube und .htaccess - elitepilot - 03-18-2008 04:04 AM
RE: Roundcube und .htaccess - rbtux - 03-18-2008, 04:08 AM
RE: Roundcube und .htaccess - elitepilot - 03-18-2008, 04:10 AM
RE: Roundcube und .htaccess - elitepilot - 03-18-2008, 04:12 AM
RE: Roundcube und .htaccess - gOOvER - 03-18-2008, 04:10 AM
RE: Roundcube und .htaccess - elitepilot - 03-18-2008, 04:13 AM
RE: Roundcube und .htaccess - rbtux - 03-18-2008, 04:11 AM
RE: Roundcube und .htaccess - rbtux - 03-18-2008, 04:14 AM
RE: Roundcube und .htaccess - elitepilot - 03-18-2008, 04:15 AM

Forum Jump:


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