Easy-php - Raccourcis
Fermé
94_killer_94
Messages postés
234
Date d'inscription
dimanche 7 mars 2004
Statut
Membre
Dernière intervention
31 décembre 2005
-
17 sept. 2004 à 17:26
jisisv Messages postés 3645 Date d'inscription dimanche 18 mars 2001 Statut Modérateur Dernière intervention 15 janvier 2017 - 18 sept. 2004 à 21:50
jisisv Messages postés 3645 Date d'inscription dimanche 18 mars 2001 Statut Modérateur Dernière intervention 15 janvier 2017 - 18 sept. 2004 à 21:50
A voir également:
- Easy-php - Raccourcis
- Easy php - Télécharger - Divers Web & Internet
- Alert php ✓ - Forum PHP
- Easy scan - Télécharger - Pilotes & Matériel
- Easy cleaner - Télécharger - Nettoyage
- Driver easy gratuit - Télécharger - Optimisation
3 réponses
jisisv
Messages postés
3645
Date d'inscription
dimanche 18 mars 2001
Statut
Modérateur
Dernière intervention
15 janvier 2017
946
17 sept. 2004 à 20:54
17 sept. 2004 à 20:54
Tu devrais pouvoir solutionner ton problème avec mod_alias.c
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
<IfModule mod_alias.c>
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
Alias /mesfichierspublicssitueshorsdeDocumentRoot/ "f:/new/"
<Directory "f:/new">
Options FollowSymLinks Indexes
AllowOverride None
allow from all
</Directory>
<Directory ....>
</Directory>
</IfModule>
# End of aliases.
Malheureusement point de mod_alias.so dans la distribution de easyphp1.7
Il faudra chercher celà.
Ou utiliser Nunux ou FreeBSD (à moins d'avoir des outils de compilation sous W$)
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
<IfModule mod_alias.c>
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
Alias /mesfichierspublicssitueshorsdeDocumentRoot/ "f:/new/"
<Directory "f:/new">
Options FollowSymLinks Indexes
AllowOverride None
allow from all
</Directory>
<Directory ....>
</Directory>
</IfModule>
# End of aliases.
Malheureusement point de mod_alias.so dans la distribution de easyphp1.7
Il faudra chercher celà.
Ou utiliser Nunux ou FreeBSD (à moins d'avoir des outils de compilation sous W$)
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
jisisv
Messages postés
3645
Date d'inscription
dimanche 18 mars 2001
Statut
Modérateur
Dernière intervention
15 janvier 2017
946
18 sept. 2004 à 21:32
18 sept. 2004 à 21:32
En fait, sous Win$, j'ai fait une bidouille infâme.
J'ai récupéré une distribution binaite d'Apache SSL
sur
http://hunter.campbus.com/
et j'ai copié le mod_alias.so dans le répertoire des modules d'Apache de EasyPHP.
Cela "semble" fonctionner (redémarre évidemment ton Apache)
Rien de garanti, je n'ai fais qu'un petit test, mais c'est sur ce lien bookmarqué que j'ai pu trouver la librairie idoine.
Bonne chance.
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
J'ai récupéré une distribution binaite d'Apache SSL
sur
http://hunter.campbus.com/
et j'ai copié le mod_alias.so dans le répertoire des modules d'Apache de EasyPHP.
Cela "semble" fonctionner (redémarre évidemment ton Apache)
Rien de garanti, je n'ai fais qu'un petit test, mais c'est sur ce lien bookmarqué que j'ai pu trouver la librairie idoine.
Bonne chance.
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
jisisv
Messages postés
3645
Date d'inscription
dimanche 18 mars 2001
Statut
Modérateur
Dernière intervention
15 janvier 2017
946
18 sept. 2004 à 21:50
18 sept. 2004 à 21:50
Désolé pour les fautes d'orthographe.
C'est ma binette binaire qui ne fait pas la fête....
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
C'est ma binette binaire qui ne fait pas la fête....
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
18 sept. 2004 à 09:47
merci pour l'astuce, je vais l'essayer de suite.
@+
Mat