Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    reindirizzamento intera directory di un sito

    Salve a tutti
    devo spostare il contenuto della cartella v2
    nella directory principale del sito

    quindi non sarà più www.miosito.it/v2
    ma
    www.miosito.it

    ho inserito il file .htaccess nella cartella v2, sperando di reindirizzare l'intero contenuto
    //Rewrite to www
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^miosito.it[nc]
    RewriteRule ^(.*)$ http://www.miosito.it/$1 [r=301,nc]

    ma mi restituisce questo errore:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    c'è un tool per generare il file htaccess quì, ma forse sbaglio nel configurarlo?

    http://www.htaccessredirect.net/index.php

    qualcuno può aiutarmi
    Grazie!
    Scusate sto imparando!

  2. #2
    Ciao, in teoria questo dovrebbe bastare:
    codice:
    RewriteEngine On
    RewriteRule ^(.*)$ v2 [R=301, NC]

  3. #3
    Grazie Simo990 per l'interesse.
    Ho provato quanto mi hai suggerito...
    ho inserito il tuo codice nel file .htacces che ho nella cartella v2
    ma se digito www.miosito.it/v2
    mi restituisce sempre lo stesso errore:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    c'è qualche errore nel file
    Scusate sto imparando!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.