Codice:
<ifModule mod_rewrite.c>
# Iniziamo!
RewriteEngine On
RewriteBase /
# Redirect questa query alla homepage
RewriteCond %{QUERY_STRING} ^a=watch/K9YUl7nxFgw [NC]
RewriteRule ^(.*)$ http://videores.altervista.org/? [L,R=301]
## Application Handler
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)?$ index.php?a=$1 [QSA,NC,L]
# Questa non l'ho capita...
RewriteRule ^/search/movies ^/category/movies
## Error 404 ##
ErrorDocument 404 index.php?a=404
</ifModule>
Ho appena provato, e funziona!
Codice:
https://laltroweb.it/qualunquecosa_importa-solo-la-querystring.php?a=watch/K9YUl7nxFgw
va al tuo sito.