Tutoriel recommandé : "framework thinkphp "
index caché tp5. php
Répertoire
//pullic/static/.htaccess
Copier après la connexion
Le contenu du fichier est le suivant
<IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)index.php?s =1 [QSA,PT,L] </IfModule>
Copier après la connexion