Inscrit depuis le
Dernière activité
Groupes
Activité récente

[Tuto] - Instalation Neofrag sous WAMP
22 mars 2018

bonjour j'ai suivi ton tuto et voici ce que sa me met quand j'importe le fichier.

ErreurAnalyse statique :23 erreurs trouvées lors de l'analyse.
  1. Caractère inattendu. (near "{" at position 401)
  2. Caractère inattendu. (near "}" at position 413)
  3. Caractère inattendu. (near "{" at position 586)
  4. Caractère inattendu. (near "}" at position 603)
  5. Caractère inattendu. (near "\" at position 605)
  6. Caractère inattendu. (near "$" at position 656)
  7. Caractère inattendu. (near "{" at position 672)
  8. Caractère inattendu. (near "}" at position 689)
  9. Caractère inattendu. (near "[" at position 712)
  10. Caractère inattendu. (near "]" at position 718)
  11. Caractère inattendu. (near "{" at position 735)
  12. Caractère inattendu. (near "}" at position 747)
  13. Caractère inattendu. (near "\" at position 749)
  14. Caractère inattendu. (near "\" at position 773)
  15. Caractère inattendu. (near "$" at position 784)
  16. Caractère inattendu. (near "$" at position 786)
  17. Caractère inattendu. (near "[" at position 789)
  18. Caractère inattendu. (near "]" at position 797)
  19. Caractère inattendu. (near "[" at position 826)
  20. Caractère inattendu. (near "{" at position 842)
  21. Caractère inattendu. (near "}" at position 861)
  22. Caractère inattendu. (near "]" at position 868)
  23. Type d'énoncé non reconnu. (near "Options" at position 0)
Requête SQL :Options +FollowSymLinks -Indexes -MultiViews AddDefaultCharset UTF-8 <IfModule mod_rewrite.c> RewriteEngine On ##If your NeoFrag directory is not at http root ##you need to replace "/" by the correct directory, for example "RewriteBase /neofrag/" RewriteBase / ##Allow direct access to specific directories #RewriteCond %{REQUEST_URI} ^/(dir1|dir2)/ #RewriteRule .* - [L,QSA] RewriteCond %{REQUEST_URI} !^/backups/ ##Allow direct access to specific files #RewriteCond %{REQUEST_FILENAME} /file1\.php [OR] #RewriteCond %{REQUEST_FILENAME} /file2\.php [OR] RewriteCond %{REQUEST_FILENAME} \.(png|jpg|jpeg|gif|swf|eot|svg|ttf|woff|woff2|zip)$ RewriteCond %{REQUEST_FILENAME} -f RewriteRule .* - [L,QSA] RewriteCond %{REQUEST_URI} \.html RewriteRule (.*)\.html(.*) $1$2 [R=301,L] RewriteRule .* index.php [E=REMOTE_USER:%{HTTP:Authorization},L,QSA] </IfModule>MySQL a répondu : #1064 - Erreur de syntaxe près de 'Options +FollowSymLinks -Indexes -MultiViews
AddDefaultCharset UTF-8

<IfModule ' à la ligne 1