Visualizzazione risultati 1 fino 19 di 19

Discussione: Mod Rewrite e file .htaccess

  1. #1
    Guest

    Predefinito Mod Rewrite e file .htaccess

    Ho appena ricevuto il codice telefonico e ho attivato il modulo rewrite, e solo che non mi accetta i file .htaccess come riesco a far funzionare il mod rewrite e i file .htaccess su altervista grazie e complimenti ancora

  2. #2
    L'avatar di Gianluca
    Gianluca non è connesso Amministratore
    Data registrazione
    15-02-2001
    Messaggi
    18,035

    Predefinito

    I files .htaccess sono da editare online cliccando sull'icona con gli ingranaggi a fianco della cartella corrente (vedi faq e soprattutto help per informazioni).
    Gianluca

  3. #3
    Guest

    Predefinito

    Non mi funzionano i miei file .htaccess ma perchè mi dà un error server
    Errore 500 :(

    Si è verificato un internal server error.

    # Se il problema persiste, probabilmente il programma che hai tentato di eseguire non funziona correttamente, o perchè qualcuno ci sta lavorando, o perchè si tratta di un malfunzionamento dovuto a qualche bug di programmazione, in questo caso informaci.

    Torna indietro
    In locale con AppServ funzionano però fammi sapere grazie!! e Poi come attivo il modulo rewrite anche quello a me in locale funziona c'è qualche metodo su altervista??

  4. #4
    Ospite Guest

    Predefinito

    In genere l'errore 500 è un errore temporaneo. Hai provato più volte e a distanza di alcuni minuti?

  5. #5
    L'avatar di Gianluca
    Gianluca non è connesso Amministratore
    Data registrazione
    15-02-2001
    Messaggi
    18,035

    Predefinito

    L'errore 500 in concommitanza con un .htaccess impostato significa che la sintassi del medesimo ha qualcosa che non va.

    Consulta appunto l'help per vedere quali direttive sono supportate.
    Gianluca

  6. #6
    Guest

    Predefinito

    Codice:
    Consulta appunto l'help per vedere quali direttive sono supportate.
    Ho consultato l'help ma non mi spiega un tubo eccolo scritto sotto

    Creare un file .htaccess è un'operazione delicata e deve essere fatta con attenzione in quanto commettere errori di sintassi o usare direttive non supportate dal server può rendere il sito in parte o totalmente irraggiungibile, sebbene sia comunque sempre possibile rimediare semplicemente cancellando il file .htaccess che contiene errori.

    Le direttive attualmente supportate sono quelle contemplate nel context .htaccess dai moduli mod_auth, mod_auth_anon, mod_auth_db, mod_auth_dbm, mod_digest e mod_rewrite (ad esclusione di "RewriteOptions")

    Cmq il file. htaccess è quello di Maximus, nemmeno quello di sentinel, e nemmeno il mod rewrite, e il fatto che in locale con AppServ funzionano, per favore dammi una mano, se vuoi ti incollo il mio mod rewrite e mi dici tu che ha che non va, grazie aspetto impazientemente risposta

  7. #7
    Guest

    Predefinito file .staccess

    Sto notando che nella root non funzionano se li faccio in una cartella per ora sembri vadano bene ma funzionano nella root, e poi come posso creare un file .staccess è possibile?? Attendo sempre vostra risposta grazie infinite

  8. #8
    Guest

    Predefinito

    Anch'io ho grossi problemi con gli htaccess (anche i più elementari) e il mod rewrite, perciò mi viene il serio dubbio che ci siano dei problemi tecnici sui server (o almeno sul n° 12 dove sta il mio account). :-)

  9. #9
    Guest

    Predefinito

    Gianluca ci 6?? Facci sapere se è possibile attivare questo benedetto modulo rewrite a me funziona tutto in locale sia con EasyPHP che con AppServ quindi i miei file sono perfetti, nell'help non spiega nulla a riguardo o non ho l'ho trovato, spiegami tu se quì su questo server vanno fatti in un modo particolare, ieri sera ho caricato per telefono gli altercentesimi, credimi esclusivamente per attivare il mod rewrite ed avere la possibilita' di usare i file .htaccess per favore dammi una mano

  10. #10
    L'avatar di Gianluca
    Gianluca non è connesso Amministratore
    Data registrazione
    15-02-2001
    Messaggi
    18,035

    Predefinito

    Il file .htaccess supporta le direttive elencate, nè più, nè meno.

    Il fatto che in locale funzioni e sulla macchina abbia un comportamento differente è più che normale, a meno che tu in locale non abbia una configurazione identica del server, come è scritto anche nell'help creare un file .htaccess che funzioni bene non è complicato ma nemmeno banale è molto difficile riuscire al primo colpo.

    Devi editarlo e provare più volte, tutto qui, si può dare un'occhiata alla sintassi, ma se non la posti nessuno ti può aiutare.
    Gianluca

  11. #11
    Guest

    Predefinito file .htaccess

    non me lo fa postare il mio file dice che ha troppi caratteri come faccio a fartelo vedere???

    il file .htacces lo ho messo su una pagina nel mio server in locale leggi quì
    http://risorseweb.no-ip.org/maximus/prova.htm

    non ho mensionato le modifiche che ho fatto al file header.php e foother.php

    mi dici anche le eventuali modifiche grazie!!
    Ultima modifica di Portalewebitalia : 09-09-2005 alle ore 18.03.15

  12. #12
    Guest

    Talking

    Citazione Originalmente inviato da Portalewebitalia
    il mio file dice che ha troppi caratteri come faccio a fartelo vedere???
    In questo caso sei obbligato a fare più posts consecutivi... :winkOLD:

  13. #13
    Guest

    Predefinito 1° parte file .htaccess

    1° PARTE FILE .HTACCESS

    Codice:
    # $Author: zx $ 
    # $Date: 2003/07/14 17:12:38 $
    
    # deny most common except .php
    <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|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]
    RewriteCond %{HTTP_USER_AGENT} ^ia_archiver             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper         [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker           [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Indy\ Library           [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^InfoNaviRobot           [OR]
    RewriteCond %{HTTP_USER_AGENT} ^InterGET                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja         [OR]
    RewriteCond %{HTTP_USER_AGENT} ^JennyBot                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^JetCar                  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Kenjin.Spider           [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Keyword.Density         [OR]
    RewriteCond %{HTTP_USER_AGENT} ^larbin                  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^LeechFTP                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^LexiBot                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^libWeb/clsHTTP          [OR]
    RewriteCond %{HTTP_USER_AGENT} ^LinkextractorPro        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^LinkScan/8.1a.Unix      [OR]
    RewriteCond %{HTTP_USER_AGENT} ^LinkWalker              [OR]
    RewriteCond %{HTTP_USER_AGENT} ^lwp-trivial             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mata.Hari               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL           [OR]
    RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool            [OR]
    RewriteCond %{HTTP_USER_AGENT} ^MIIxpc                  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mister.PiX              [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^moget                   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mozilla/2               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mozilla/3.Mozilla/2.01  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT           [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Navroad                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NearSite                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetAnts                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetMechanic             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetSpider               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire            [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetZIP                  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NPBot                   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Octopus                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline.Explorer        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer       [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator      [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Openfind                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^PageGrabber             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto              [OR]
    RewriteCond %{HTTP_USER_AGENT} ^pavuk                   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^pcBrowser               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ProPowerBot/2.14        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ProWebWalker            [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ProWebWalker            [OR]
    RewriteCond %{HTTP_USER_AGENT} ^QueryN.Metasearch       [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ReGet                   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^RepoMonkey              [OR]
    RewriteCond %{HTTP_USER_AGENT} ^RMA                     [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SlySearch               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SmartDownload           [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SpankBot                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^spanner                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SuperBot                [OR]
    Ultima modifica di Portalewebitalia : 09-09-2005 alle ore 18.08.44

  14. #14
    Guest

    Predefinito

    2° PARTE FILE .HTACCESS

    Codice:
    RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Surfbot                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^suzuran                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Szukacz/1.4             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^tAkeOut                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Teleport                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro           [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Telesoft                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^The.Intraformant        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^TheNomad                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^TightTwatBot            [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Titan                   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^toCrawl/UrlDispatcher   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^toCrawl/UrlDispatcher   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^True_Robot              [OR]
    RewriteCond %{HTTP_USER_AGENT} ^turingos                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^TurnitinBot/1.5         [OR]
    RewriteCond %{HTTP_USER_AGENT} ^URLy.Warning            [OR]
    RewriteCond %{HTTP_USER_AGENT} ^VCI                     [OR]
    RewriteCond %{HTTP_USER_AGENT} ^VoidEYE                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebAuto                 [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebBandit               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebCopier               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.*        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebEnhancer             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebFetch                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web.Image.Collector     [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebLeacher              [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebmasterWorldForumBot  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebReaper               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebSauger               [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor      [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website.Quester         [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester        [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Webster.Pro             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebStripper             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker             [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebWhacker              [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebZip                  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Wget                    [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Widow                   [OR]
    RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit         [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WWW-Collector-E         [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE                [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider       [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Xenu's                  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Zeus
    RewriteRule ^.*$ emailsforyou.php  [L]
    
    #RewriteCond %{HTTP_USER_AGENT}  ^-?$
    #RewriteRule ^.*$ /www/nukecops/noID.php [L]
    
    RewriteRule /index.html /index.php
    
    #Articles
    RewriteRule ^article-([0-9]*)-([a-z]*)-([0-9]*)-([0-9]*).html modules.php?name=News&file=article&sid=$1&mode=$2&order=$3&thold=$4
    RewriteRule ^article([1-9][0-9]*).* modules.php?name=News&file=article&sid=$1
    RewriteRule ^article-topic-([0-9]*).html modules.php?name=News&new_topic=$1
    RewriteRule ^allnews.html modules.php?name=News&file=allindex
    
    #Content
    RewriteRule ^contentid-([1-9][0-9]*).html modules.php?name=Content&pa=showpage&pid=$1
    RewriteRule ^content-cat-([1-9][0-9]*).html modules.php?name=Content&pa=list_pages_categories&cid=$1
    
    #FAQ
    RewriteRule ^faq.html modules.php?name=FAQ
    RewriteRule ^faq-([0-9]*)-([a-zA-Z0-9+]*).html modules.php?name=FAQ&myfaq=yes&id_cat=$1&categories=$2
    
    #Forums
    RewriteRule ^forums.html modules.php?name=Forums
    RewriteRule ^forums.* modules.php?name=Forums&file=index
    RewriteRule ^forumx([0-9]+)-([0-9]+)-([0-9]+).html modules.php?name=Forums&file=viewforum&f=$1&topicdays=$2&start=$3
    RewriteRule ^postlite([0-9]*)-([[:punct:]/:\-\'(){}.&=_a-zA-Z0-9\ ]*).html modules.php?name=Forums&file=viewtopic&t=$1&highlight=$2
    RewriteRule ^forum([1-9][0-9]*).* modules.php?name=Forums&file=viewforum&f=$1
    RewriteRule ^posts([0-9]*)-([0-9]*).html  modules.php?name=Forums&file=viewtopic&t=$1&start=$2
    RewriteRule ^postx([0-9]+)-([0-9]+)-([0-9]+).html modules.php?name=Forums&file=viewtopic&t=$1&postdays=$2&postorder=asc&start=$3
    RewriteRule ^post(p|t)([1-9][0-9]*).* modules.php?name=Forums&file=viewtopic&$1=$2
    RewriteRule ^markread([0-9]*).html modules.php?name=Forums&file=viewforum&f=$1&mark=topics
    RewriteRule ^newposts([0-9]*).html modules.php?name=Forums&file=viewtopic&t=$1&view=newest
    RewriteRule ^fvote([0-9]*).html modules.php?name=Forums&file=posting&mode=vote&t=$1
    
    
    #Downloads
    RewriteRule ^downloads.html modules.php?name=Downloads
    RewriteRule ^downloads-cat-([0-9]*).html&orderby=([a-zA-Z_]*) modules.php?name=Downloads&d_op=viewdownload&cid=$1&orderby=$2
    RewriteRule ^downloads-cats-([0-9]*)-([0-9]*)-([0-9]*).html modules.php?name=Downloads&d_op=viewdownload&cid=$1&min=$2&orderby=titleA&show=$3
    RewriteRule ^downloads-cat-([0-9]*).html modules.php?name=Downloads&d_op=viewdownload&cid=$1
    RewriteRule ^downloads-file-([0-9]*)-details-([[:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html modules.php?name=Downloads&d_op=viewdownloaddetails&lid=$1&ttitle=$2
    RewriteRule ^downloads-file-([0-9]*).html modules.php?name=Downloads&d_op=getit&lid=$1
    
    #Stories Archive
    RewriteRule ^archive.html modules.php?name=Stories_Archive
    RewriteRule ^archive-([0-9]*)-([0-9]*)-([a-zA-Z]*).* modules.php?name=Stories_Archive&sa=show_month&year=$1&month=$2&month_l=$3
    
    #Reviews
    RewriteRule ^reviews.html modules.php?name=Reviews
    RewriteRule ^reviews-([0-9]*).html modules.php?name=Reviews&rop=showcontent&id=$1
    RewriteRule ^reviews-new.html modules.php?name=Reviews&rop=write_review
    RewriteRule ^reviews-sortby-([a-zA-Z0-9]*).html modules.php?name=Reviews&rop=$1
    RewriteRule ^reviews-comment-([0-9]*)-([[:punct:]a-zA-Z0-9]*).* modules.php?name=Reviews&rop=postcomment&id=$1&title=$2
    RewriteRule ^reviews-([0-9]*)-delete.html modules.php?name=Reviews&rop=del_review&id_del=$1
    RewriteRule ^reviews-([0-9]*)-edit.html modules.php?name=Reviews&rop=mod_review&id=$1
    
    #Sections
    RewriteRule ^section-(printpage|viewarticle)-([0-9]*).html modules.php?name=Sections&op=$1&artid=$2
    RewriteRule ^section-([0-9]*).html modules.php?name=Sections&op=listarticles&secid=$1
    RewriteRule ^sections.html modules.php?name=Sections
    
    
    #Surveys
    RewriteRule ^surveys.html modules.php?name=Surveys
    RewriteRule ^survey([a-zA-Z0-9]*)results.html modules.php?name=Surveys&op=results&pollID=$1
    RewriteRule ^survey([a-zA-Z0-9]*).html modules.php?name=Surveys&pollID=$1
    
    #Submit
    RewriteRule ^submit.html modules.php?name=Submit_News
    
    #Search
    #RewriteRule ^search.html modules.php?name=Search
    
    #Top10
    RewriteRule ^top-([[:print:]]*).html modules.php?name=Top&zx=$1
    RewriteRule ^top.html modules.php?name=Top
    
    #Topics
    RewriteRule ^topics.html modules.php?name=Topics
    
    #Your Account
    RewriteRule ^userinfo-([a-zA-Z0-9_-]*).html modules.php?name=Your_Account&op=userinfo&username=$1
    
    #WebLinks
    RewriteRule ^linksnew-([0-9]+).html modules.php?op=modload&name=Web_Links&file=index&l_op=NewLinksDate&selectdate=$1
    RewriteRule ^linkop-(AddLink|MostPopular|NewLinks|RandomLink|TopRated).html modules.php?op=modload&name=Web_Links&file=index&l_op=$1
    RewriteRule ^ratelink-([0-9]*)-([[:punct:]/:\-\'(){}.&=_a-zA-Z0-9\ ]*).html modules.php?op=modload&name=Web_Links&file=index&l_op=ratelink&lid=$1&ttitle=$2
    RewriteRule ^viewlink-([0-9]*).html modules.php?name=Web_Links&l_op=visit&lid=$1
    RewriteRule ^links-([0-9]*)-([0-9]*)-([0-9]*).html modules.php?name=Web_Links&file=index&l_op=viewlink&cid=$1&min=$2&orderby=titleA&show=$3
    RewriteRule ^link-([0-9]*).html modules.php?name=Web_Links&l_op=viewlink&cid=$1
    RewriteRule ^links.html modules.php?name=Web_Links
    
    # $Log: .htaccess,v $
    # Revision 1.6  2003/07/14 17:12:38  zx
    # CVS Keyword Substition Test Success.  Will place $Log$ at the end of pages, and $Author$, $Date$ at the top.
    #
    Ultima modifica di Portalewebitalia : 09-09-2005 alle ore 18.09.53

  15. #15
    L'avatar di Gianluca
    Gianluca non è connesso Amministratore
    Data registrazione
    15-02-2001
    Messaggi
    18,035

    Predefinito

    Togli:

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

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


    Se hai nella stessa cartella o in sottocartelle files .inc .tpl .h ecc ecc esegui da ftp

    chmod 0600

    su quei files.
    Gianluca

  16. #16
    Guest

    Predefinito Permesso

    Ce li ho in sottocartelle lo faccio sui file e sulle cartelle visto che i file sono parecchi??

  17. #17
    L'avatar di Gianluca
    Gianluca non è connesso Amministratore
    Data registrazione
    15-02-2001
    Messaggi
    18,035

    Predefinito

    No, devi farlo solo sui files, quanti sono? Con un buon client FTP non dovresti avere problemi a fare delle selezioni multiple.
    Gianluca

  18. #18
    Guest

    Predefinito

    Grazie a tutti particolarmente a Gianluca sono riuscita a far funzionare il MOD rewrite con Maximus su Altervista, non c'è bisogno deui permessi ma ho eliminato la stringa sopra ora inizia così
    Codice:
     RewriteEngine On
    
    RewriteBase /
    
    RewriteRule index.html index.php
    
    #Articles
    RewriteRule ^article([0-9]*)-([a-z]*)-([0-9]*)-([0-9]*).html modules.php?name=News&file=article&sid=$1&mode=$2&order=$3&thold=$4
    RewriteRule ^article-([0-9-]*)-([a-z]*)-([0-9]*)-([0-9]*).html([0-9#]*) modules.php?name=News&file=article&thold=$1&mode=$2&order=$3&sid=$4$5
    RewriteRule ^article-category([0-9]*)-page([0-9]*).html modules.php?name=News&file=categories&op=newindex&catid=$1&pagenum=$2
    RewriteRule ^article-category-([0-9]*).html modules.php?name=News&file=categories&op=newindex&catid=$1
    RewriteRule ^article-print-([0-9]*).html modules.php?name=News&file=print&sid=$1
    RewriteRule ^article-friend-([0-9]*).html modules.php?name=News&file=friend&op=FriendSend&sid=$1
    RewriteRule ^article-page-([0-9]*).html modules.php?name=News&pagenum=$1
    RewriteRule ^article([1-9][0-9]*).* modules.php?name=News&file=article&sid=$1
    RewriteRule ^allnews.html modules.php?name=News&file=allindex
    RewriteRule ^news.html modules.php?name=News
    RewriteRule ^article-topic([0-9]*)-page([0-9]*).html modules.php?name=News&file=topics&topic=$1&pagenum=$2 
    RewriteRule ^article-topic-([0-9]*).html modules.php?name=News&file=topics&topic=$1
    
    #AvantGo
    RewriteRule ^avantgo-print-([0-9]*).html modules.php?name=AvantGo&file=print&sid=$1
    RewriteRule ^avantgo.html modules.php?name=AvantGo
    Grazie, la mia tenacia è stata premiata !!

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

    Predefinito

    1) togli i <limit

    quelle direttive non mi risulta siano disponibili per ora!

    quindi tutta sta roba:
    <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|the m e|module)$">
    deny from all
    </FilesMatch>

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

    e poi vedi se va...
    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...

Regole di scrittura

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