Pages: Previous12345...LastNext
Current Page: 3 of 41
Results 61 - 90 of 1210
13 years ago
toumimi
Yep. If you want to associate a rewrited url (fake) to a real url (with file on your server and params in $_GET), then you have to use example given by c2dan. But you still can go to your old urls (profile.php) by typing it directly in browser. It is still valid unless you tell Apache to forbid this url, or better, to redirect 301 to the new rewrited url. To do so, you have to use a li
Forum: WampServer English
13 years ago
toumimi
Rewriting syntax is : RewriteRule "what you receive" "what it means" Example : RewriteRule abc.html index.php If you go to abc.html, it will output index.php, but keeping abc.html in url. It's a rewrited url. Then, you can match some parts of the url, with regular expressions (and not variables !) : RewriteRule abc-()+.html index.php?page=$1 So you have to learn r
Forum: WampServer English
13 years ago
toumimi
Bonsoir ! Juste pour vous dire que j'ai corrigé le composant permettant de gérer les versions de phpMyAdmin, afin de gérer les différentes releases (rc, beta, utf-8), pas seulement lors du téléchargement, mais également dans la comparaison des versions et de l'affichage (customisé) dans le menu. J'ai également mis à jour le gestionnaire de composants, car il semble qu'aucune traduction n'
Forum: WampServer Francais
13 years ago
toumimi
Il faut que tu recherches par rapport à l'url de la feuille de style... Problème de chemin relatif pour la feuille de style (voir dans le head) ? Problème d'extensions limitées par un .htaccess (accès refusé ou 404) ?
Forum: WampServer Francais
13 years ago
toumimi
Merci pour ton retour, Otomatic ! Je suis bien content que tout ait fonctionné, il ne te reste plus qu'à configurer les composants comme bon te semble. C'est qu'en même plus pratique que d'avoir à rechercher dans le code source s'il n'y aurait pas un paramètre de disponible pour ce composant Maintenant, on a la liste et la possibilité de le faire depuis la partie Admin, sans toucher une li
Forum: WampServer Francais
13 years ago
toumimi
@Otomatic : Je sais que ce n'est pas exactement ce que tu veux, mais ça peut toujours servir : Première solution : Tu peux créer une règle de rewrite dans ta conf Apache ou le .htaccess de www (pour que ce soit global). Dedans tu fais le rewritecond sur l'url, qui contient des majuscule ? et tu peux ensuite rediriger en 404 par exemple (facile à voir en rouge dans firebug réseau). Deuxièm
Forum: WampServer Francais
13 years ago
toumimi
Il est possible qu'il y ait un soucis avec la configuration d'Apache. Tu peux ouvrir une console de commande (cmd) et te placer dans le dossier bin d'Apache actuel cd C:\wamp\bin\apache\Apache2.2.11\bin Ensuite, tu tapes la commande suivante pour vérifier la configuration : httpd -t Si aucune erreur, il marque "Syntax Ok".
Forum: WampServer Francais
13 years ago
toumimi
Bonjour, Il faut vérifier qu'aucun autre service web n'est lancé (une installation de Xampp, EasyPHP ? ). Il se peut que se soit IIS (intégré à Windows) qui soit lancé au démarrage de Windows. Tu peux tester qui utilise le port 80 via le menu de wamp -> Apache ->Tester le port 80. Vérifies également que Skype n'est pas lancé (sinon il faut changer son port).
Forum: WampServer Francais
13 years ago
toumimi
BONJOUR A TOUS !!! Comme convenu, je viens vous annoncer la sortie de la V3 de mon patch. ================================================================= Au menu ce soir : - Une configuration complète des composants à partir de la partie admin, avec une aide sur l'utilité de chacune des variables utilisées, mais également l'ajout de valeur par défaut (possibilité de reset),
Forum: WampServer Francais
13 years ago
toumimi
Salut, Si tu as une 404, c'est peut-être parce que le serveur Apache n'est pas lancé (l'icone de wamp doit être blanche), ou que tu as changé le port d'Apache (auquel cas il faut le rajouter dans l'url). Il faut ensuite vérifier que ton fichier Hosts (regarde sur le net) contient uniquement la ligne (hors commentaires) : 127.0.0.1 localhost Bon courage
Forum: WampServer Francais
13 years ago
toumimi
Hi, Do you use localhost in url ? (not file system c:\...) Make sure you are not using php short tags... (not recommended for portability). Else, you need to activate "short open tag" in wamp menu > PHP > PHP settings.
Forum: WampServer English
13 years ago
toumimi
Your are trying to activate an option. To apply, your modification, apache server has to restart. But is not started at the moment. As it starts by default with wampserver, then you probably have another program using port 80. You should test your port 80 from wamp menu > Apache > Service.
Forum: WampServer English
13 years ago
toumimi
What is your problem ? (in english please)
Forum: WampServer English
13 years ago
toumimi
Already answered in the other topic == Please add your question only in one topic or in yours == Thanks
Forum: WampServer English
13 years ago
toumimi
FileZilla is not a webserver and have nothing do deal with it.. If your problem is to have your projects available from another computer, then you need to configure your router to allow such things, and put wampserver online (left click on wamp icon > Put online). Read other posts on this forum to find many similar cases...
Forum: WampServer English
13 years ago
toumimi
Hi, You have to be administrator on your computer, so you can manage windows services. Also make sure that you firewall did not block wamp application either httpd.exe.
Forum: WampServer English
13 years ago
toumimi
Bonjour à tous Ca fait longtemps que je n'étais pas viendu ! En fait, les erreurs sur mon patch, qui date de fin 2009, m'avaient déjà été signalées (par toi Otomatic), et j'avais apporté les corrections chez moi. Comme j'étais en plein travaux d'évolution, je n'ai pas voulu envoyer les modifs. Désolé du temps perdu pour vous. Je n'ai pas beaucoup plus de temps qu'avant, mais je pense qu'
Forum: WampServer Francais
13 years ago
toumimi
Nope. C'est bien d'utiliser $_SESSION, qui est déjà superglobale. En fait, si la modification de la variable ne se fait pas, c'est que le session_start() n'a pas bien été fait. Ou alors que tu réaffectes la valeur password juste avant de l'afficher. Page_1.php <?php session_start(); $_SESSION['num'] = 0; Page_2.php <?php session_start(); // Affiche password var_du
Forum: WampServer Francais
13 years ago
toumimi
Hi, * Note that there is an english forum to post your question. IIS and Wamp are both webservers with advantages and inconvenients. You should choose one of both (wamp :b ) and uninstall the second one, because you don't need to have two webservers that do the same thing... Main problem is that they are both running on port 80, and that IIS is started before wamp. So when you start w
Forum: WampServer Francais
13 years ago
toumimi
Et également dans la sensibilité à la casse (qu'on retrouve dans les chemin), mais qui agit aussi sur le nom des variables et les urls !! Pour être certain de ne pas faire d'erreur, il est conseillé de toujours utiliser des urls en minuscule, et d'utiliser une norme de codage en ce qui concerne les fonctions et les variables. En fait, ce qu'il ne faut pas faire, c'est ça : $maVar = 2; echo
Forum: WampServer Francais
13 years ago
toumimi
Salut, D'abord, les gros pavés c'est réellement illisible ! Ensuite, il faut vérifier que ton site est bien accessible de l'extérieur. Tu as dû faire une modif sur ton router pour renvoyer le port 80 sur ton ip locale. Si non, merci de faire les modifications nécessaires. Pour ce qui est de la webcam, le port semble être aussi le 80 (à priori c'est bon), mais le protocole est différent
Forum: WampServer Francais
13 years ago
toumimi
Salut, Désolé mais ça n'a rien à voir avec l'url_rewrite.. Plusieurs solutions : - Utiliser le système avec le corps de la page en iframe (pas recommandé) - Utiliser l'ajax (js qui appelle du php) pour mettre à jour uniquement (avantage ?) Mais à bien y réfléchir, je ne pense pas que c'est ce que tu souhaites Le mieux reste encore de chosir entre ces méthodes : - Créer un inde
Forum: WampServer Francais
13 years ago
toumimi
Hi, Make sure that windows hosts file only contains this line : 127.0.0.1 localhost Check on the web to know how to modify your secured hosts file. Path should be "C:\Windows\System32\drivers\etc\hosts" (without extension).
Forum: WampServer English
13 years ago
toumimi
Hi, What you downloaded is only an addon for WampServer. So first you need to download WampServer 2.0i (latest version), and then you would be able to install php5.2.1 over it. Then you can choose between php 5.3 installed by WampServer or the one you added after. Always make sure that apache version is compatible with the php version you want to install. Good luck
Forum: WampServer English
13 years ago
toumimi
Hi, Let me explain : "Internal Server Error" occurs when you modify apache conf file (httpd.conf) or other files included by it (ex: alias conf files, or vhosts, etc.). Probably you made a modification in one of the conf files, without restarting apache. And probably your little modification was buggy. By activating a function in php module, you restarted apache which started t
Forum: WampServer English
13 years ago
toumimi
Hi all, @Jill Brandon Your messages are just notice so they should not be a problem. They probably appeared because you changed you error level in php conf file, or if you updated your php version. You can considere to update your phpMyAdmin version, since latest is 3.3.4... @zephy "i just upgraded to wampserver 2 edition" You mean from wampserver 1 ?? If yes, then you can't
Forum: WampServer English
13 years ago
toumimi
Hi, Firstly, phpMyAdmin is just an application to allows you to manage your Mysql database(s) and users easier. So your datas are not stored into Mysql. Ok. Is that a coding problem ? How do think your values should be stored ? Or better, how are do doing ?
Forum: WampServer English
13 years ago
toumimi
Hi, It can be a problem with your inclusion path. You should also use full php tags <?php and not <?=. If this does not solve your problem, please ask your question on a coding forum, where they would be able to help you much with your code... Thanks
Forum: WampServer English
13 years ago
toumimi
Hi, It is possible, as you are trying to connect with root, that you need to add this line in phpmyadmin conf file : wamp/apps/phpmyadminxxxx/config.inc.php $cfg['Servers'][$i]['AllowNoPasswordRoot'] = 'true';
Forum: WampServer English
Pages: Previous12345...LastNext
Current Page: 3 of 41