Problème d'accès

Nouveau WRInaute
Bonsoir,

Depuis peu je n'ai plus accès à mon site web vieux de 6-7 ans construit sous php-nuke.

Le message d'erreur est le suivant quand je tente d'y accéder via un navigateur :

La page n'est pas redirigée correctement







Firefox a détecté que le serveur redirige la demande pour cette adresse d'une manière qui n'aboutira pas.





La cause de ce problème peut être la désactivation ou le refus
des cookies.


Voici mon .htaccess qui se trouve à la racine du serveur OVH (offre media plan)

Code:
# $Author: zx $ 

# $Date: 2003/08/17 14:03:21 $

DirectoryIndex index.htm index.php



ErrorDocument 400 http://www.europemu.net

ErrorDocument 401 http://www.europemu.net

ErrorDocument 403 http://www.europemu.net

ErrorDocument 404 http://www.europemu.net

ErrorDocument 405 http://www.europemu.net

ErrorDocument 406 http://www.europemu.net

ErrorDocument 408 http://www.europemu.net

ErrorDocument 410 http://www.europemu.net

ErrorDocument 411 http://www.europemu.net

ErrorDocument 414 http://www.europemu.net

ErrorDocument 500 http://www.europemu.net

ErrorDocument 503 http://www.europemu.net



#Anti Listage

Options -Indexes



<Files ~"\.ht$">

Order Allow,Deny

deny from all

Satisfy All

</Files>



<Files ~"\config.php$">

deny from all

</Files>



# 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]

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]



RewriteRule ^index.html index.php



#Topics

RewriteRule ^topics.html /modules.php?name=Topics



#Reviews

RewriteRule ^emulation-roms-nintendo64.html /modules.php?name=Reviews

RewriteRule ^emulation-roms-nintendo64-ranger-([a-zA-Z0-9]*)-tri-(title|reviewer|score|hits)-voir-(DESC|ASC).html /modules.php?name=Reviews&rop=$1&field=$2&order=$3

RewriteRule ^emulation-roms-nintendo64-n64-([a-zA-Z0-9]*).html /modules.php?name=Reviews&rop=showcontent&id=$1

RewriteRule ^emulation-roms-nintendo64-lettre-([a-zA-Z0-9]*).html /modules.php?name=Reviews&rop=$1

RewriteRule ^emulation-roms-nintendo64-ajouter.html /modules.php?name=Reviews&rop=write_review

RewriteRule ^emulation-roms-nintendo64-titre-ascendant.html /modules.php?name=Reviews&rop=D&field=title&order=ASC

RewriteRule ^emulation-roms-nintendo64-titre-descendant.html /modules.php?name=Reviews&rop=D&field=title&order=DESC

RewriteRule ^emulation-roms-nintendo64-critique-ascendant.html /modules.php?name=Reviews&rop=D&field=reviewer&order=ASC

RewriteRule ^emulation-roms-nintendo64-critique-descendant.html /modules.php?name=Reviews&rop=D&field=reviewer&order=desc

RewriteRule ^emulation-roms-nintendo64-score-ascendant.html /modules.php?name=Reviews&rop=D&field=score&order=ASC

RewriteRule ^emulation-roms-nintendo64-score-descendant.html /modules.php?name=Reviews&rop=D&field=score&order=DESC

RewriteRule ^emulation-roms-nintendo64-hits-ascendant.html /modules.php?name=Reviews&rop=D&field=hits&order=ASC

RewriteRule ^emulation-roms-nintendo64-hits-descendant.html /modules.php?name=Reviews&rop=D&field=hits&order=DESC



#Reviews2

RewriteRule ^emulation-roms-supernintendo.html /modules.php?name=Reviews2

RewriteRule ^emulation-roms-supernintendo-ranger-([a-zA-Z0-9]*)-tri-(title|reviewer|score|hits)-voir-(DESC|ASC).html /modules.php?name=Reviews2&rop=$1&field=$2&order=$3

RewriteRule ^emulation-roms-supernintendo-snes-([a-zA-Z0-9]*).html /modules.php?name=Reviews2&rop=showcontent2&id=$1

RewriteRule ^emulation-roms-supernintendo-lettre-([a-zA-Z0-9]*).html /modules.php?name=Reviews2&rop=$1

RewriteRule ^emulation-roms-supernintendo-ajouter.html /modules.php?name=Reviews2&rop=write_review2

RewriteRule ^emulation-roms-supernintendo-titre-ascendant.html /modules.php?name=Reviews2&rop=D&field=title&order=ASC

RewriteRule ^emulation-roms-supernintendo-titre-descendant.html /modules.php?name=Reviews2&rop=D&field=title&order=DESC

RewriteRule ^emulation-roms-supernintendo-critique-ascendant.html /modules.php?name=Reviews2&rop=D&field=reviewer&order=ASC

RewriteRule ^emulation-roms-supernintendo-critique-descendant.html /modules.php?name=Reviews2&rop=D&field=reviewer&order=desc

RewriteRule ^emulation-roms-supernintendo-score-ascendant.html /modules.php?name=Reviews2&rop=D&field=score&order=ASC

RewriteRule ^emulation-roms-supernintendo-score-descendant.html /modules.php?name=Reviews2&rop=D&field=score&order=DESC

RewriteRule ^emulation-roms-supernintendo-hits-ascendant.html /modules.php?name=Reviews2&rop=D&field=hits&order=ASC

RewriteRule ^emulation-roms-supernintendo-hits-descendant.html /modules.php?name=Reviews2&rop=D&field=hits&order=DESC





#Forums

RewriteRule ^forums.html /modules.php?name=Forums



#Content

RewriteRule ^emulation-consoles-([a-zA-Z0-9]*).html /modules.php?name=Content&pa=showpage&pid=$1



#Web_Links

RewriteRule ^liens.html /modules.php?name=Web_Links



#Stories_Archive

RewriteRule ^archives.html /modules.php?name=Stories_Archive



#Surveys

RewriteRule ^sondages.html /modules.php?name=Surveys



#Top_users

RewriteRule ^top-membres.html /modules.php?name=Top_Users



#Top

RewriteRule ^top.html /modules.php?name=Top



#faq

RewriteRule ^faq.html /modules.php?name=faq



#Downloads

RewriteRule ^emulation-emulateurs-([a-zA-Z0-9]*).html /modules.php?name=Downloads&d_op=viewdownload&cid=$1

RewriteRule ^emulateurs.html /modules.php?name=Downloads







deny from emuinfo.pl

Que faire ?
 
WRInaute impliqué
T'as une boucle 302 de ton ndd, vers... ton ndd.

le mieux étant de mettre un htaccess vierge et de replacer toute tes requête pour voir où ça cloche.
 
Nouveau WRInaute
Tu peux être plus explicite s'il te plaît ?

D'après le htaccess que je t'ai fourni je ne vois pas l'erreur sachant que ça marchait correctement avant...

302 ? tu veux dire à la ligne 302 ?
 
Discussions similaires
Haut