ça fait bien 2 jours que je parcours le présent forum après avoir définitivement laissé tomber easyphp car je me tourne sur le PHP5, et Wamp a une très bonne réputation auprès des personnes avec qui je travaille au quotidien.
J'essaye de monter un Wordpress sur mon localhost mais je crois avoir un soucis de configuration sur monvirtualhost, et j'avous ne jamais l'avoir utilisé par le passé.
Voila les instructions qui me sont données :
Apache ====== Apache must be configured so that mod_rewrite works. Here are instructions for Apache 2. Apache 1.3 is very similar.
1. Make sure a line like the following appears in your httpd.conf LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
2. In the <Directory> directive of your virtual host, look for this line "AllowOverride None" and change it to "AllowOverride FileInfo Options"
3. In the <VirtualHost> section of the config file for your host there will be a line defining the hostname. You need to add the following if you want virtual hosts to work properly: "ServerAlias *.domain.tld" Replace domain.tld with whatever your one is, and remove the quotes.
--------------
Si quelqu'un sait comment je peux configurer ça dans le httpd.conf ce serait sympa
J'ai déjà essayé de rajouter uniquement les instructions
NameVirtualHost *:80 (en prenant soin d'avoir retiré les #) <Directory> AllowOverride FileInfo Options </Directory>
juste avant les 2 lignes
Include "F:/WAMP/apache2/conf/alias/phpmyadmin.conf" Include "F:/WAMP/apache2/conf/alias/sqlitemanager.conf"
mais ça ne donne rien...
si quelqu'un ouvait m'aider je lui en serait fortement reconnaissant.