Current Page: 1 of 1
Results 1 - 13 of 13
16 years ago
willietck
i do stated that im using gmail free smtp server did i?
Forum: WampServer English
16 years ago
willietck
Hi, i've configure few lines in php.ini SMTP = smtp.gmail.com smtp_port = 587 sendmail_from = myemail@gmail.com after i saved and restart wampserver, i try to run the following php script to test to send an email. Here's the simple script. <?php // The message $message = "Line 1\nLine 2\nLine 3&q
Forum: WampServer English
16 years ago
willietck
Hi, i followed the instruction on yfastud setup password guide at his website, in phpmyadmin it works nicely, but in some cases, i would prefer to use the mysql console on wampserver. So, here's the problem, whenever i open the mysql console at the wampserver, it will always automatically prompt me for password only. So, how can i make it to prompt me for username and password?
Forum: WampServer English
16 years ago
willietck
Hmmm, how about the other way round? lets say from https to http ? it seems like after i activate SSL, my entire documentroot folder (www) is SSL enabled, how can i control it to specify folder not to use SSL? i've tried the reverse method of RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^abc(.*) []%{SERVER_NAME}/abc$1 to become RewriteEngine On RewriteCond %{HTTPS} =
Forum: WampServer English
16 years ago
willietck
i think i know how, its my mistake...LOL thanks alot!
Forum: WampServer English
16 years ago
willietck
yeah, i did that before, but i'm not sure that whether those are same with what i'm looking for. As i said in my earlier post, im running everything on my own PC, do i still need to configure the SMTP thing? Besides, to achieve my senario, do i still need to install any additional free mailserver program? Or i can just modify the configuration file in wampserver to make it happen?
Forum: WampServer English
16 years ago
willietck
Hi everyone, i'm currently working on my final year project and i've no clue on where to look for help, since i'm using wampserver, hope someone can give me some guide. Here's what i'm planning to do, i'm running wampserver with my own PC and i'm not hosting my work up to any webhosting service. In other words, my PC will act as my project's server. Lets say i've a user registration, and
Forum: WampServer English
16 years ago
willietck
What if i want it to be lets say some page is protected by SSL and some don't. For example: "; "; both login.php and index.html is in the same folder, how to select which page will force using https and which will not force to use it? can it be done? Thanks for your reply, :-) really appreciate it.
Forum: WampServer English
16 years ago
willietck
Yeah, i surf around and i read about this solution in However, the guide did not use .htaccess ; they are putting the rewrite code in httpd.conf Besides, they also mention about "Using mod_rewrite to do this isn't the recommended behavior." , and they recommend to use the redirect method which claim to be more safer and simpler. Just want to ask you guys for opinion, and btw
Forum: WampServer English
16 years ago
willietck
oscarml Wrote: ------------------------------------------------------- > great work toivo, I've it working fine. Just one > question: > > I've put as default virtual server "mysecuresite", > which is in "wamp/www" folder. > > So: > - if I type "; it goes to localhost > main page.-->OK > > - if I type "; it goes dire
Forum: WampServer English
16 years ago
willietck
same goes here... :-(
Forum: WampServer English
16 years ago
willietck
bloody velvet Wrote: ------------------------------------------------------- > For those having the issue with the > "SSLPassPhraseDialog builtin" line being invalid, > here's how I fixed it. I followed the directions > above, and also go this error at first. > > In the file httpd.conf, you're adding the line: > > Include ./conf/extra/httpd-ssl.conf &
Forum: WampServer English
16 years ago
willietck
Nirupama Wrote: ------------------------------------------------------- > Hi! > I followed all the steps mentioned above by > Toivo,i'm having a problem with the wamp server > when i modify my HTTPD.CONF file.The icon becomes > yellow n nothing works.But if i undo the changes > the wamp server is ok. > I'm not sure how to check if my site is part of > virtual host
Forum: WampServer English
Current Page: 1 of 1