
RewriteOptions inherit
RewriteEngine on

RewriteCond %{HTTP_HOST} ^web\-designs\-uk\.co\.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.web\-designs\-uk\.co\.uk$
RewriteRule ^Email$ "http\:\/\/www\.web\-designs\-uk\.co\.uk\/webmail" [R=301,L]

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##
<IfModule mod_setenvif.c>
  <IfModule mod_headers.c>
    <FilesMatch "\.(bmp|cur|gif|ico|jpe?g|png|svgz?|webp)$">
      SetEnvIf Origin ":" IS_CORS
      Header set Access-Control-Allow-Origin "https://bindcrm.co.uk" env=IS_CORS
    </FilesMatch>
  </IfModule>
</IfModule>
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php5_module>
   php_flag asp_tags Off
   php_flag display_errors Off
   php_value include_path ".;/path/to/php/pear"
   php_value max_execution_time 259200
   php_value max_input_time 300
   php_value max_input_vars 1000
   php_value memory_limit 256M
   php_value upload_max_filesize 256M
   php_value post_max_size 256M
   php_value session.gc_maxlifetime 1440
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit
