Redirect degli url dominio.it a www.dominio.it passando i parametri
Inserire nell’.htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^dominio.it RewriteRule (.*) http://www.dominio.it/$1 [R=301,L]
Inserire nell’.htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^dominio.it RewriteRule (.*) http://www.dominio.it/$1 [R=301,L]
Cartella /wp/ contenente tutti i files del cms Aggiungere nella cartella root del dominio il file index.php contenente: <?php /** * Front to the WordPress application. This file doesn’t do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load […]
Il codice da aggiungere: AuthName “working on it” AuthType Basic <Limit GET POST> order deny,allow deny from all allow from “il mio ip” </Limit>