Problèmes avec EasyPHP en local.
Bonjour
Je viens de changer complètement de matériel informatique et du coup je ... réinstalle ...
Je rencontre des problèmes avec EasyPhp, à savoir:
- installation de la version en ligne sur un DD " d: "
- importation dans le dossier " www " de 4 sites: perso, www.unesourisetmoi, refok, longuetraine.
- création des " alias "
- et donc dans les fichiers portables j'ai ceci :
\EasyPHP-12.1\www
>longuetraine
>my portables files
>perso
>refok
>www.unesourisetmoi
code source : "
FICHIERS PORTABLES?Si vous utilisez EasyPHP sur un support portable, placez vos fichiers dans ce dossier : \EasyPHP-12.1\www. Tous les dossiers créés dans ce dossier apparaissent ci-dessous.\EasyPHP-12.1\www
<div class='section'>
<div class='localweb'>
<div class='localweb_docs'>
<div class='localweb_name'><img src='images_easyphp/localweb_doc.gif' width='10' height='10' alt='localweb' /><a href='../longuetraine' target='_blank' title='longuetraine'>longuetraine</a><br /><img src='images_easyphp/localweb_doc.gif' width='10' height='10' alt='localweb' /><a href='../my portable files' target='_blank' title='my portable files'>my portable files</a><br /></div><div class='localweb_name'><img src='images_easyphp/localweb_doc.gif' width='10' height='10' alt='localweb' /><a href='../perso' target='_blank' title='perso'>perso</a><br /><img src='images_easyphp/localweb_doc.gif' width='10' height='10' alt='localweb' /><a href='../refok' target='_blank' title='refok'>refok</a><br /></div><div class='localweb_name'><img src='images_easyphp/localweb_doc.gif' width='10' height='10' alt='localweb' /><a href='../www.unesourisetmoi.info' target='_blank' title='www.unesourisetmoi.info'>www.unesourisetmoi.info</a><br /></div><br style='clear:both' /> </div>
</div>
<br style='clear:both;' />
</div>
"
Mais, PROBLEMES !!!
- perso ouvre bien " http://127.0.0.1/perso/ " en local donc. ( pas de fichier .htaccess )
- www.unesourisetmoi ouvre bien " http://127.0.0.1/www.unesourisetmoi.info/ " en local mais avec " .info " en plus. ( fichier .htaccess supprimé en local )
- refok ouvre " https://refok.fr/defaultsite " en ligne ( ? ) ( fichier .htaccess supprimé en local )
- longuetraine ouvre " https://longuetraine.fr/ " en ligne ( ? ) ( fichier .htaccess en local )
fichier .htaccess en local:
"RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://longuetraine.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^http://longuetraine.odns.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://longuetraine.odns.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^http://refok.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://refok.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^http://refok.longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://refok.longuetraine.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.longuetraine.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.longuetraine.odns.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.longuetraine.odns.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.refok.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.refok.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.refok.longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.refok.longuetraine.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://longuetraine.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://longuetraine.odns.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://longuetraine.odns.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://refok.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://refok.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://refok.longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://refok.longuetraine.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.longuetraine.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.longuetraine.odns.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.longuetraine.odns.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.refok.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.refok.fr$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.refok.longuetraine.fr/.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.refok.longuetraine.fr$ [NC]
RewriteRule .*.(jpg|jpeg|gif|png|bmp)$ http://www.unesourisetmoi.info/ [R,NC]
BEGIN -- Pluxml
Options -Multiviews
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
Réécriture des urls
RewriteRule ^(?!feed)(.)$ index.php?$1 [L]
RewriteRule ^feed\/(.)$ feed.php?$1 [L]
END -- Pluxml
"
J'ai pensé à ce fichier .htaccess mais cela ne résoud pas tous mes problèmes et les différents comportement de EasyPHP me laissent pantois et je suis toujours coincé.
Donc = SOS !!!
( et grands mercis à l'avance pour toute aide qui sera la bienvenue )
mes sites principaux : fonds d'écran gratuits - longue traîne - référencer votre site - brocante en ligne -