Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2522353
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
716 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.htaccess b/.htaccess
index 2244a0571..c2bfaf1a4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,13 +1,23 @@
# AddDefaultCharset UTF-8
-php_flag display_errors Off
-php_flag log_errors On
-php_value error_log logs/errors
-php_value upload_max_filesize 5M
+
+<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
+</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
+</IfModule>
<FilesMatch "(\.inc|\~)$">
Order allow,deny
Deny from all
</FilesMatch>
Order deny,allow
Allow from all
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jan 11, 1:10 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
421944
Default Alt Text
(716 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment