#requirephp 54
AddHandler application/x-httpd-php54 .php
AddType text/x-component .htc
Options +FollowSymlinks
ErrorDocument 403 "Forbidden"
# output ETags for static files
FileETag MTime Size
# set up expiration headers
# this section should be uncommented on server 1 and server 5
ExpiresActive On
ExpiresDefault "now plus 1 week"
#
# !!! This section already exists on Adapta/Orange35 hosing servers, so it should be uncommented ONLY on OTHER hosting servers!!!
SetOutputFilter DEFLATE
# Netscape 4.x has some problems
BrowserMatch ozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex wont work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
# Don't compress media
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png|swf|mp3|mp4|flv)$ no-gzip dont-vary
# Don't compress zip files
SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary.
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
RewriteEngine On
#Show admin session
RewriteRule ^admin/session\.php$ session.php [L]
#RewriteCond %{REMOTE_ADDR} !=78.111.219.54
#RewriteCond %{REMOTE_ADDR} !=37.53.65.244
#RewriteRule ^(.*)$ maintenance.html [L]
# captcha's referrer check
RewriteCond %{HTTP_REFERER} ^$
RewriteCond %{HTTP_HOST}@@%{HTTP_REFERER} !^([^@]*)@@https?://\1/.*
RewriteRule images/captcha/.*\.png - [NC,F]
RewriteRule ^js(-[0-9]+)?\/ckeditor\/config\.js$ js/ckconfig.js [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)\.merge\.(css|js)$ _lib/merge.php?file=$1.merge.$2 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ index.php [QSA]
DirectoryIndex index.php