Salve avevo una domanda da fare , in pratica mi è apparso un errore 500 del file htacces , può essere un'errore di sintassi , spero mi possiate aiutare :), ecco il codice:

Codice:
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

# # av:php5-engine
AddHandler av-php5 .php

# # av:Words
SetEnv AV_WORDS 0

# # av:Banner
SetEnv AV_BANNER 0

# # av:Toolbar
SetEnv AV_TOOLBAR 0
Grazie in anticipo