Pages: PreviousFirst...300301302303304
Current Page: 304 of 304
Results 9091 - 9110 of 9110
17 years ago
yfastud
9091. Re: Perl
Can't just put Apache/cgi-bin in www, but right modification of httpd.conf. If default setup, still not work, make sure to include the right path on the top of your file. Check my simple sample file here on "View tested XML and also test CGI/Perl": Hope this help,
Forum: WampServer English
17 years ago
yfastud
Since you have short question, I have a short answer for you, it's Virtual Host. Hope this help,
Forum: WampServer English
17 years ago
yfastud
Firstly, wamp is for development purpose only, not for bussiness; your boss should know that. Secondly, I have server 2003 but not install wamp on it, but as far as I know, server 2003 always check for permission even just shutting down. My best guess it's nature of server 2003; however, if you find something different or solution for it, post back here. Hope this help,
Forum: WampServer English
17 years ago
yfastud
Hey, the link is not working at all. Send it to me, then I will post it on my FTP server. Hope this help,
Forum: WampServer English
17 years ago
yfastud
Oh man, I keep posting over and over, and yes still have people as about it. Maybe this should be a sticky note for everyone. Either use command promt as CyberSpatium's suggestion or follows these: For setup password, need to change it in TWO PLACES: 1. Set password in Privilleges in phpMyAdmin from your Browser/Localhost. Goto: localhost/phpmyadmin/ click on "Privileges" lin
Forum: WampServer English
17 years ago
yfastud
Sorry, I didn't see your edited code when I posted my first, and I don't think anything wrong with your edited code, so my best guess that your problem is no DNS to route your path as expected. Right now Yahoo Business have domain promotion for $3/year up to 5 years. Only spend $15 for 5 years, then practice anyway you like is what I'm doing now and so far I have all web server using WAMP, ftp s
Forum: WampServer English
17 years ago
yfastud
Hi, I'm a newbie just like you, but practice with wamp for a while, so here is the simple way, put both www1 and www2 in www, then do as follows: NameVirtualHost * <VirtualHost *> ServerName www1 DocumentRoot C:/wamp/www/www1 </VirtualHost> <VirtualHost *> ServerName www2 DocumentRoot C:/wamp/www/www2 </VirtualHost> Replace C: with your correct
Forum: WampServer English
17 years ago
yfastud
Hi, I'm a newbie just like you too, may be a little longer. In order to change the password, follows these steps: 1. Set password in privilleges in phpMyAdmin from your Browser/Localhost. 2. Set password in config.inc.php in /wamp/phpmyadmin/. Also, if you like, either use .htaccess and .htpasswd or follow this guide here to set the permission to access PHPmyadmin and SQLitemanager (credited
Forum: WampServer English
18 years ago
yfastud
If you want to have domain also dns service for testing and development purpose, as CyberSpatium mentioned, the answer is yes, just like my test web site here: Hope this help ;-)
Forum: WampServer English
18 years ago
yfastud
Do you have DNS sevice? My php file work fine, check my test file here: Hope this help ;-)
Forum: WampServer English
18 years ago
yfastud
Let me check, not sure but I might still have them. Get back to you soon.
Forum: WampServer English
18 years ago
yfastud
9102. Re: Perl
Look for it under wamp/Apache2/cgi-bin, if default setup Hope this help ;-)
Forum: WampServer English
18 years ago
yfastud
Hi, I myself like to use zoneedit for free DNS service because it's easy to configure and no ads at all. After a few simple setup, anyone can access my web site from anywhere Hope this help, yfastud
Forum: WampServer English
18 years ago
yfastud
Hi, I'm not really familiar with Invision Power File Manager, but for set up permission, you can follows these tips: Set password: 1. Set password in privilleges in phpMyAdmin. 2. Set password in config.inc.php. Set the permission to access PHPmyadmin and SQLitemanager (credited to Joshua). 1. open httpd.conf 2. find the lines # Controls who can get stuff from this server. # O
Forum: WampServer English
18 years ago
yfastud
Wow CyberSpatium! You said you don't have time but you went over so detail. Rep point for you. I personally like zoneedit for DNS services. In addition, I've just learned new thing from CyberSpatium that is I can set up cgi access in vhost, and don't laugh at me cause I'm a newnie. Anyway, another rep point for you. I have a question for you regarding cgi that can I set up different cgi-bin folde
Forum: WampServer English
18 years ago
yfastud
Do you have any router or anti virus with firewall? If yes, make sure to enable port forward in your router as well as services in firewall of anti virus. In addition, disable firewall of sp2. Hope this help ;-)
Forum: WampServer English
18 years ago
yfastud
What source code you talk about? If I'm not wrong, all the source codes are in there, of course after installation, or if you concern about the first page that is index.php just right in the wamp folder. Hope this help
Forum: WampServer English
18 years ago
yfastud
Hi, I'd like virtual host set up so only you know where to get into you welcome page or when you in local network, hope only you in your local network. For example: <VirtualHost *> ServerName www.yourdomain.com ServerAlias yourdomain.com DocumentRoot X:/wamp/www/yourmainfolder </VirtualHost> <VirtualHost *> ServerName localhost ServerAlias webadmin.yourdomain.com
Forum: WampServer English
18 years ago
yfastud
Hi Ben, You can get free domain with dot.tk, and I suggest using DNS through zoneedit.com which is much easier for newbie just like you and me. Hope this help,
Forum: WampServer English
18 years ago
yfastud
Hi, There are some very good ways to set the permission, but I myself like to set up virtual host in apache. This way, you can set up subdomain for each user as well your forum and ftp, also your webmail. For example: forum.yourdomain.com ftp.yourdomain.com webmail.yourdomain.com (of course, if you already set up your mail server) user1.yourdomain.com user2.yourdomain.com In addition, you can
Forum: WampServer English
Pages: PreviousFirst...300301302303304
Current Page: 304 of 304