Back to top

Autore Topic: [RISOLTO] htaccess per redirect a versione https e www  (Letto 4263 volte)

Offline EmoArt

  • Appassionato
  • ***
  • Post: 266
  • Sesso: Maschio
    • Mostra profilo
salve ho modificato il file htaccess per redirezionare il sito ad una versione https e www ma penso di aver pasticciato un pò. il server è AV. Qualcuno che ne capisce potrebbe dare un'cchio per vedere se è scritto bene?
Codice: [Seleziona]
##
# @package    Joomla
# @copyright  Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.
# @license    GNU General Public License version 2 or later; see LICENSE.txt
##

##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line 'Options +FollowSymLinks' may cause problems with some server configurations.
# It is required for the use of mod_rewrite, but it may have already been set by your
# server administrator in a way that disallows changing it in this .htaccess file.
# If using it causes your site to produce an error, comment it out (add # to the
# beginning of the line), reload your site in your browser and test your sef urls. If
# they work, then it has been set by your server administrator and you do not need to
# set it here.
##

## No directory listings
<IfModule autoindex>
  IndexIgnore *
</IfModule>

## Can be commented out if causes errors, see notes above.
#Options +FollowSymlinks
Options -Indexes

## Mod_rewrite in use.

RewriteEngine On
RewriteCond %{HTTPS} OFF
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site then comment out the operations listed
# below by adding a # to the beginning of the line.
# This attempts to block the most common type of exploit `attempts` on Joomla!
#
# Block any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root home page
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment the following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##

 RewriteBase /

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.

# av:PHP-upload
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_input_time 300
# PHP-upload
##redirect a www
RewriteEngine On
RewriteCond %{HTTP_HOST} ^sadiceramiche.altervista.org
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://www.sadiceramiche.altervista.org/$1 [R=301,S,L]
« Ultima modifica: 30 Ago 2018, 16:38:55 da marine »
Finchè ci credi è reale.

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #1 il: 20 Lug 2018, 23:11:09 »
elimina le modifiche oppure estrai da un pacchetto di joomla lo stesso file.
Informati su come va configurato per il servizio che hai acquistato con il l'assistenza tecnica di quel servizio.

Volendo le domande dei tuoi post sono state trattate decine forse centinaia di volte.
su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

Offline EmoArt

  • Appassionato
  • ***
  • Post: 266
  • Sesso: Maschio
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #2 il: 21 Lug 2018, 15:55:17 »
si infatti ho travo questa guida http://www.joomla.it/e-ancora/articoli-community-3x/8649-redirect-301-htaccess-esempi-pratici.html nello specifico fa due esempio per impostare il www e https, ma se volessi entrambe le opzioni, devo fare una fusione dei due codici e verrebbe questo "
RewriteEngine On
RewriteCond %{HTTP_HOST} ^sadiceramiche.altervista.org
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://www.sadiceramiche.altervista.org/$1 [R=301,S,L]" ecco perche ho chiesto, ho trovato i due esempi separati ma vorrei faer entrabi i due tipi di redirect
Finchè ci credi è reale.

Offline EmoArt

  • Appassionato
  • ***
  • Post: 266
  • Sesso: Maschio
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #3 il: 07 Ago 2018, 17:06:37 »
 :-[ niente da fare non mi funziona il redirect verso www.
Codice: [Seleziona]
RewriteEngine On
RewriteCond %{HTTPS_HOST} ^sadiceramiche.altervista.org [NC]
RewriteRule ^(.*) https://www.sadiceramiche.altervista.org/$1 [L,R=301]
da considerare ceh la forzatura verso https di joomla mi funziona bene..

Finchè ci credi è reale.

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #4 il: 07 Ago 2018, 18:33:48 »
Fai solo una allora.

Offline marine

  • Moderator
  • Instancabile
  • *****
  • Post: 6314
  • Sesso: Maschio
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #5 il: 07 Ago 2018, 21:00:02 »
tramite htaccess basta forzatura verso www e poi htts da pannello di controllo

Offline EmoArt

  • Appassionato
  • ***
  • Post: 266
  • Sesso: Maschio
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #6 il: 07 Ago 2018, 21:40:53 »
Fai solo una allora.
in modo da avere visibile sia il sito con www sia senza e far risultare a google pagine duplicate? anche no grazie.
tramite htaccess basta forzatura verso www e poi htts da pannello di controllo
ho tentato di fare questo attraverso quel codice sul htaccess ma probabilmente devo averlo scritto male, visto che non funziona.
« Ultima modifica: 07 Ago 2018, 21:42:57 da EmoArt »
Finchè ci credi è reale.

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #7 il: 08 Ago 2018, 06:34:03 »
Intendevo una sola con .htaccess e l'altra da forzatura joomla

Offline marine

  • Moderator
  • Instancabile
  • *****
  • Post: 6314
  • Sesso: Maschio
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #8 il: 08 Ago 2018, 12:07:35 »
in modo da avere visibile sia il sito con www sia senza e far risultare a google pagine duplicate? anche no grazie.
Questo puoi impostarlo in Google web master tool (ex search consolle)

Offline EmoArt

  • Appassionato
  • ***
  • Post: 266
  • Sesso: Maschio
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #9 il: 30 Ago 2018, 16:06:05 »
Risolto grazie!
« Ultima modifica: 30 Ago 2018, 16:11:30 da EmoArt »
Finchè ci credi è reale.

Offline EmoArt

  • Appassionato
  • ***
  • Post: 266
  • Sesso: Maschio
    • Mostra profilo
Re:htaccess per redirect a versione https e www
« Risposta #10 il: 30 Ago 2018, 16:11:08 »
Risolto grazie! :-)
Finchè ci credi è reale.

Offline marine

  • Moderator
  • Instancabile
  • *****
  • Post: 6314
  • Sesso: Maschio
    • Mostra profilo
Re:[RISOLTO] htaccess per redirect a versione https e www
« Risposta #11 il: 30 Ago 2018, 16:39:34 »
è passato troppo temo ed il [RISOLTO] lo può inserire solo un moderatore, in questo caso faccio io.

Offline danielitob

  • Nuovo arrivato
  • *
  • Post: 40
    • Mostra profilo
Re:[RISOLTO] htaccess per redirect a versione https e www
« Risposta #12 il: 13 Set 2018, 10:08:53 »
Si ma come hai risolto? grazie :)


Offline danielitob

  • Nuovo arrivato
  • *
  • Post: 40
    • Mostra profilo
Re:[RISOLTO] htaccess per redirect a versione https e www
« Risposta #14 il: 14 Set 2018, 10:12:55 »
grazie!

Offline marine

  • Moderator
  • Instancabile
  • *****
  • Post: 6314
  • Sesso: Maschio
    • Mostra profilo

 



Web Design Bolzano Kreatif