Pages: Previous12345...LastNext
Current Page: 3 of 79
Results 61 - 90 of 2356
17 years ago
CyberSpatium
read the virtual host section of my manual. link to manual is in my sig. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog
Forum: WampServer English
17 years ago
CyberSpatium
you can as long as you dont share the same port. you can change the port apache listens to in the httpd.conf file. find: Listen 80 change to Listen 81 save the file and restart apache for the changes to take effect. you will need to add the new port to the url since you changed the default port. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for d
Forum: WampServer English
17 years ago
CyberSpatium
you are denying access to all: Deny from all you need to allow users. to allow only yourself, use: <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.1 </Directory> to alllow access to everyone, use: <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Allow from all Satisfy all </Directory> 1
Forum: WampServer English
17 years ago
CyberSpatium
read how to do it in my manual. link to the manual is in my signature. 10:10 PM 9/27/2007CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development f
Forum: WampServer English
17 years ago
CyberSpatium
if you had read my manual you would have noticed that you need to change those settings to match your computer. ServerName www.website1.com to your actual domain name, and DocumentRoot "c:\wamp\www\website1" to the actual location to your website file,etc. 10:10 PM 9/27/2007CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use on
Forum: WampServer English
17 years ago
CyberSpatium
read the setting up apache in a network section of my manual then put wamp in online mode. link to my manual is in my signature. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User
Forum: WampServer English
17 years ago
CyberSpatium
since you are a newbie, i recommend you read my manual. link to my manual is in my forum signature. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web De
Forum: WampServer English
17 years ago
CyberSpatium
go to activeperl.com and download perl CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is
Forum: WampServer English
17 years ago
CyberSpatium
when you uninstall wamp it leaves some traces behind. so you needed to delete those traces and do a fresh install to get it to work CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP
Forum: WampServer English
17 years ago
CyberSpatium
you do not need to change that. since wamp is for local testing and development it does not come with an smtp server, so you cannot send emails with your php scripts. 7:38 PM 9/26/2007CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2
Forum: WampServer English
17 years ago
CyberSpatium
instead of using some_subdomain.yourdomain.com you use wildcard dns like this: *.yourdomain.com 7:38 PM 9/26/2007CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide h
Forum: WampServer English
17 years ago
CyberSpatium
make sure you do not try to open the files directly. use - also make sure apache is running and you put your files in c:\wamp\www folder. since you are a newbie, check out my wamp newbie tutorial/manual (link to manual is in my forum signature) CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit)
Forum: WampServer English
17 years ago
CyberSpatium
are you using windows 2000? CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is for web de
Forum: WampServer English
17 years ago
CyberSpatium
read the phpmyadmin section of my manual. the link to my manual is in my forum signature. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development f
Forum: WampServer English
17 years ago
CyberSpatium
you have made some serious errors in your mysql user and privileges table. the best solution to your problem is to do a clean install of wamp and then read the phpmyadmin section of my manual to learn how to correctly setup and admin phpmadmin 1 - uninstall wamp 2 - delete the c:\wamp folder 3 - restart pc 4 - install wamp 5 - check out my manual. the link to the manual is in my forum signature.
Forum: WampServer English
17 years ago
CyberSpatium
use php's sessions. this is built into php so there is not file to edit, and nothing to configure to get it to work. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/G
Forum: WampServer English
17 years ago
CyberSpatium
wamp does not come with an smtp server so you cannot set emails with it. you can program email support using a free opensource class called phpmailer. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help?
Forum: WampServer English
17 years ago
CyberSpatium
CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tai
Forum: WampServer English
17 years ago
CyberSpatium
wamp does not come with anything like that. you will need to find a program that does that for you. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web De
Forum: WampServer English
17 years ago
CyberSpatium
the easiest way is to use phpmyadmin CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is f
Forum: WampServer English
17 years ago
CyberSpatium
everydns.net does not support ip updating. you need to use dyndns for that. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's B
Forum: WampServer English
17 years ago
CyberSpatium
seems iis is set to start automatically when you start your computer. you need to set it to manual. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web De
Forum: WampServer English
17 years ago
CyberSpatium
if you want to change the document root you need to edit two settings in the httpd.conf file (c:\wamp\apache2\conf\httd.conf) find: DocumentRoot "C:/wamp/www" change to DocumentRoot "D:\some\new\location" then find: <Directory "C:/wamp/www"> change to <Directory "D:\some\new\location"> save the file and restart apache for the new settings t
Forum: WampServer English
17 years ago
CyberSpatium
i highly recommend you do not allow remote accesses to your computer, especially setting up a webserver for you. > "MySQL not launched or bad phpmyadmin config" you need to enable the mysql extension. start wamp and left click on the wamp system tray icon -> php settings -> php extensions -> php_mysql. if there is a small triangle next to php_mysql, it means that it is ena
Forum: WampServer English
17 years ago
CyberSpatium
the phpadmin section of my manual covers this. link to my manual is in my forum signature. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development
Forum: WampServer English
17 years ago
CyberSpatium
just upload to the alias directory. C:\wamp\Apache2\conf\alias CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check
Forum: WampServer English
17 years ago
CyberSpatium
.gz is linux based file compressed with gzip. you can extract gzip files with winrar. you can download that at www.rarlabs.com. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User
Forum: WampServer English
17 years ago
CyberSpatium
read the perl section of my manual. link to manual is in my forum signature CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Bl
Forum: WampServer English
17 years ago
CyberSpatium
this is not a wamp issue. i dont use Joomla but you need to update your file path locations. i dont know if there is a configuration setting you can change or you need to change the paths manually. C:/wamp/www/includes/ change to /home/ecforum/public_html/includes/ CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vist
Forum: WampServer English
17 years ago
CyberSpatium
can you post a screen shot pls. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is for web
Forum: WampServer English
Pages: Previous12345...LastNext
Current Page: 3 of 79