Mi potreste aiutare a configurare htaccess ed attivare il dominio web correttamente?
# av:PHP-upload
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_input_time 300
# PHP-upload
AddHandler av-php5 .php
RewriteCond %{HTTPS} off
RewriteRule ^ https://www.web-designer-freelancer.it%{REQUEST_URI} [L,R=301]
SetEnv AV_TOOLBAR 0
# END AV_HTTPS
# # av:PHP-RG
php_flag register_globals on
# turn on the module for this directory
ExpiresActive on
# set default
ExpiresDefault "access plus 24 hours"
ExpiresByType image/jpg "access plus 3 months"
ExpiresByType image/gif "access plus 3 months"
ExpiresByType image/jpeg "access plus 3 months"
ExpiresByType image/png "access plus 3 months"
# # av:php5-engine
AddHandler av-php8 .php
# av:AntiHotlink
RewriteEngine on
RewriteBase /
Redirect 301 https://www.web-designer-freelancer.it
RewriteCond %{REQUEST_URI} \.(gif|jpe?g|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://([a-z0-9\-\.]*)www.web-designer-\freelancer\.it
RewriteCond %{REQUEST_URI} !^\/_altervista_ht\/
RewriteCond %{HTTP_REFERER} !^https?://([a-z0-9\-\.]+)google\.
RewriteCond %{HTTP_HOST} ^www.web-designer-freelancer.it [NC]
RewriteRule ^(.*)$ https://www.web-designer-freelancer.it/$1 [L,R=301,NC]
# AntiHotlink