Visualizzazione risultati 1 fino 6 di 6

Discussione: [phpnuke] GT-NExtGeN_Beta_0.4 e .htaccess

  1. #1
    Data registrazione
    19-07-2004
    Residenza
    Milano
    Messaggi
    149

    Predefinito [phpnuke] GT-NExtGeN_Beta_0.4 e .htaccess

    Ho letto TUTTI i topic su questo ed altri forum a riguardo.
    Per indicizzare un sito in nuke c'è bisogno di sto benedetto gt-nextgen che a sua volta ha bisogno del modrewrite.
    ora.. ho sovrascrittto i file di nuke come richiesto ma non riesco ad uppare il file .htaccess (ho sentito che altervista non lo permette...E' VERO??? se sì...come faccio???).
    oltre al problema dell'.htaccess ho notato che funziona solo l'index del forum mentre tutte le altre aree danno errore. Se invece riuppo il vecchio file footer.php funziona come prima ma ovviamente senza l'url in html.
    So ke è l'ennesima discussione a riguardo, ma la maggior parte sono vecchissime e quindi obsolete.
    Grazie

    LULTIMOZARRO IL TAMARRO E' SEMPRE IN VOGA PERCHE' NON E' DI MODA MAI
    IL PORTALE
    LA CLASSIFICA
    IL FORUM

  2. #2
    Guest

    Predefinito

    per usare gli htaccess devi attivare un tool apposito ed usare quello (lo trvi nella sezione upgrade del tuo pannello di controllo)

  3. #3
    Guest

    Arrow

    Citazione Originalmente inviato da SoulHome
    per usare gli htaccess devi attivare un tool apposito ed usare quello (lo trvi nella sezione upgrade del tuo pannello di controllo)
    ... cioé il supporto al mod rewrite, ma è importante che l'htaccess sia perfetto, altrimenti il server risponderà picche. Tieni inoltre presente che alcune direttive che potrebbero trovarsi nel file .htaccess potrebbero non essere compatibili con le configurazioni dei servers di AV.
    Spero di non aver dato una risposta troppo complessa...

    P.S.: Era una domanda da Livello 4...
    Ultima modifica di Syst3mCrash3r : 28-12-2005 alle ore 21.15.00

  4. #4
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    spostato in livello4... occhio alle sezioni,
    grazi


    per gt-nextgen leggiti anche questo thread per evitare problemi:
    http://forum.altervista.org/showthre...3&page=3&pp=30

    ;)
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  5. #5
    Data registrazione
    19-07-2004
    Residenza
    Milano
    Messaggi
    149

    Predefinito

    P.S.: Era una domanda da Livello 4...
    perdonatemi allora..

    cmq per quanto riguardo il mod rewrite lho attivato!
    l' .htaccess sembra che non venga uppato!
    sai mica dirmi come come modificare questo .htaccess per altervista?
    [code]# $Author: zx $
    # $Date: 2003/08/17 14:03:21 $

    # deny most common except .php
    <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|the me|module)$">
    deny from all
    </FilesMatch>

    <Limit GET PUT POST>
    Order Allow,Deny
    Allow from all
    </Limit>

    RewriteEngine on

    #The next lines check for Email Spammers Robots and redirect them to a fake page
    RewriteCond %{HTTP_USER_AGENT} ^Alexibot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^asterias [OR]
    RewriteCond %{HTTP_USER_AGENT} ^BackDoorBot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Black.Hole [OR]
    RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    RewriteCond %{HTTP_USER_AGENT} ^BlowFish [OR]
    RewriteCond %{HTTP_USER_AGENT} ^BotALot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^BuiltBotTough [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Bullseye [OR]
    RewriteCond %{HTTP_USER_AGENT} ^BunnySlippers [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Cegbfeieh [OR]
    RewriteCond %{HTTP_USER_AGENT} ^CheeseBot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
    RewriteCond %{HTTP_USER_AGENT} ^CopyRightCheck [OR]
    RewriteCond %{HTTP_USER_AGENT} ^cosmos [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
    RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
    RewriteCond %{HTTP_USER_AGENT} ^DittoSpyder [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
    RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EroCrawler [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
    RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Foobot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^FrontPage [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Googlebot-Image [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Harvest [OR]
    RewriteCond %{HTTP_USER_AGENT} ^hloader [OR]
    RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
    RewriteCond %{HTTP_USER_AGENT} ^httplib [OR]
    RewriteCond %{HTTP_USER_AGENT} ^HTTrack [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^humanlinks [OR]

    ecc... ho letto in qlke altro topic che bisogna togliere la prima parte, ma lho fatto e non è servito a nulla..

    [EDIT]
    ora posto sull'altro topic segnalato, ho visto che tanti hanno lo stesso problema.. speriamo che qualcuno ci aiuti
    Ultima modifica di lultimozarro : 28-12-2005 alle ore 22.59.44

    LULTIMOZARRO IL TAMARRO E' SEMPRE IN VOGA PERCHE' NON E' DI MODA MAI
    IL PORTALE
    LA CLASSIFICA
    IL FORUM

  6. #6
    Guest

    Predefinito

    Non c'era anche il Google Sitemaps?

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •