Pages: PreviousFirst...7576777879
Current Page: 79 of 79
Results 2341 - 2356 of 2356
18 years ago
CyberSpatium
be advised that hosting domain virtual hosts is a huge security risk. WAMP was designed to be specificaly for php and mysql design, development, and testing. it is not designed to be a fully functioning domain name server. you can host domains WAMP, you will need to use a Dynamic IP service to manage DNS for you. then you add your domains to the vhost settings in your httpd.conf file
Forum: WampServer English
18 years ago
CyberSpatium
beware, I have used zoneedit.com before, and their DNS servers were very slow, causing my site to load much slower than normal.
Forum: WampServer English
18 years ago
CyberSpatium
emailer.php failed because you do not have a SMTP (email) server on your pc. WAMP does not come with one and for security concerns, it is a good thing.
Forum: WampServer English
18 years ago
CyberSpatium
make sure the script is not using short ASP style tags: <? ?> use: <?php ?>
Forum: WampServer English
18 years ago
CyberSpatium
I have no clue what you are asking? why do you need to change port 80? what do you need help with with dreamweaver?
Forum: WampServer English
18 years ago
CyberSpatium
make sure MySQL is running or you will not be able to access it with your scripts.
Forum: WampServer English
18 years ago
CyberSpatium
this means there was a problem connection to the database. When you use die() for error code, it outputs your custom error code instead of displaying php normal errors. remove the or die() parts from your scripts, and try again. you should get a more detailed error message. if you still need help post here the error you get. also remember that the default mysql login settings for mysql are the u
Forum: WampServer English
18 years ago
CyberSpatium
search these forums for setting root passwords for mysql.
Forum: WampServer English
18 years ago
CyberSpatium
moving the WAMP index page is a big deal, you will have to edit the index page to update all the links. Also, you will have to know how to edi t the aliases to point to the new location of the phpmyadmin and wamp admin. The easiest fix would to be to to use htaccess to password protect the wamp index page. Also put htaccess protection in your phpmyadmin folder to protect that too.
Forum: WampServer English
18 years ago
CyberSpatium
W2G, good to hear
Forum: WampServer English
18 years ago
CyberSpatium
use phpmyadmin to create the new database, then use this to access the database. <?php $connect = mysql_connect("localhost", "root", "" or die ("Check your server connection." query = "CREATE DATABASE Moviedata"; $result = mysql_query($query); ?>
Forum: WampServer English
18 years ago
CyberSpatium
.htaccess and .htpasswd are compatible with unix and windows because .htaccess and .htpasswd are an apache feature, not just a linux feature. They deal with the webserver. Chmod deals with file types, and linux and windows use differnet file types, and different file security types. Make sure that your htaccess file points to the correct location for your password file location. Also, make sure
Forum: WampServer English
18 years ago
CyberSpatium
yeah, you can not have IIS runnig, as is uses port which is the same port other webservers use like apache. so if the port is being used by IIS, then apache will not start because that port is blocked.
Forum: WampServer English
18 years ago
CyberSpatium
make sure you do not have skype running, and Norton Internet security is known to cause problems too.
Forum: WampServer English
18 years ago
CyberSpatium
the default max setting size in php is 8mb, set in the php.ini file. So, if you can not access pages larger then 32k, I was under the impression that you may have change that setting.
Forum: WampServer English
18 years ago
CyberSpatium
chmod only works on linux and unix, not windows. you do not have to set chmod settings if yuou are installing a script on windows.
Forum: WampServer English
Pages: PreviousFirst...7576777879
Current Page: 79 of 79