Visualizzazione degli articoli taggati '.htaccess'
Normalmente accedendo ad una directory, viene automaticamente lanciato il file index.html; se il...
Come proteggere l'accesso all'area amministrativa di WordPress per mezzo di .htaccessSe vogliamo proteggere l'accesso all'area amministrativa di un'installazione WordPress (il...
Come reindirizzare l'errore "404 - not found" in home pageSe vogliamo che il nostro sito, nel caso di errore 404 ("not found"), invece di dare il messaggio...
Free online .htaccess generatorInstructions Fill the options and push "generate" button in order to get your .htaccess file....
How to easily enable cache on your WordPress site... without the need of any pluginEnabling some kind of cache is important for your site performance, and particularly if you're...
How to redirect from HTTP to HTTPS using .htaccessYou can force your visitors to be redirected from HTTP to HTTP inserting following code in your...
How To Redirect Your Site Using .htaccessThere're various kinds of different redirect operations you can do using .htaccess301 (Permanent...
How to restrict access using .htaccessHow to ban a site (or a directory) access by IP addressIf you want prevent someone (or something)...
How to set php.ini values using .htaccessYou can override global values of system variables re-setting them in .htaccessFor each system...
HTTP to HTTPS Redirection - ApacheTo force redirect from http to https, and from www. to no-www., insert in .htaccess following...