Current Page: 1 of 1
Results 1 - 11 of 11
13 years ago
j.r.fish
yeah i forgot to mention that i downloaded this VC-9 version of apache 2.2.17: and just simply replaced all files in "c:\wamp\bin\apache\apache2.2.17\" with those in the downladed zip package EXCEPT the "conf" folder (btw. running it at the win7-64 bit)
Forum: WampServer English
13 years ago
j.r.fish
1) put wamp online ( click on the tray icon -> Put Online) 2) open file "c:\wamp\alias\phpmyadmin.conf" in the texteditor 3) look at these lines: <Directory "c:/wamp/apps/phpmyadmin3.3.8/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> if you repl
Forum: WampServer English
13 years ago
j.r.fish
also, i found this php 5.3.6 version compiled with VC-6: but i do not recommend this, there are reasons for zend to support the VC-9 only
Forum: WampServer English
13 years ago
j.r.fish
look here:
Forum: WampServer English
13 years ago
j.r.fish
hi guys i tried the VC-9 version of PHP 5.3.6 with the "Unofficial WampServer Version 2.0j-32bit" and it works! in the phpinfo there is a line "Compiler MSVC9 (Visual C++ 2008)" so it is really the vc9 version working. the unofficial wampserver (pampserver) can be downloaded here: home page: www.pampserver.com for those who want to add the php 5.3.6 version to t
Forum: WampServer English
15 years ago
j.r.fish
run a command line in vista and type "ipconfig /all" and pick one of those IP's and by that you can connect to the wampserver. so if yout PC has an IP 192.168.2.5 and you set the port in wamp to 81, type in your browser http:// 192.168.2.5:81
Forum: WampServer English
15 years ago
j.r.fish
yfastud Wrote: ------------------------------------------------------- > Did you try as ";? this won't work either. tittiger, run a command line in vista and type "ipconfig /all" and pick one of those IP's and by that you can connect to the wampserver. so if yout PC has an IP 192.168.2.5, type in FF [192.168.2.5]
Forum: WampServer English
15 years ago
j.r.fish
if you are sending mail by php, it does not physically send anything, it just prepares the mail by your input and then commits it to the SMTP server. and you have to define that server in php.ini SMTP = mail.something.com smtp_port = 25 gmail ain't good for this, because it's smtp server does not use classic http protocol and port 25, it needs SSL and it needs username and password, so it
Forum: WampServer English
15 years ago
j.r.fish
on vista you cannot access wamp by typing "' in the url, but you can access it by 'http://127.0.0.1' (or by any IP your PC has)
Forum: WampServer English
15 years ago
j.r.fish
download some php SSL class for ssl connections (look at www.phpclasses.org) or write your own. do not use server-like authorization, use php authorization
Forum: WampServer English
15 years ago
j.r.fish
well there are two possibilities. 1) you have an acces to the router on your gateway (you know it's password). in that case you can easily redirect port from the router to your computer (it's called NAT or Port forwarding in the router's options page), but i recommend you to NOT redirect the 80 port, do it with for example 8080 and in wamp's apache's options set the port to 8080 also, because
Forum: WampServer English
Current Page: 1 of 1