WAMP and Skype both use ports 443 and 80 by default. If you have Skype open (or a third party skype tool that uses the skypekit.exe) and try to use WAMP then you'll be able to bring your server online but you won't be able to start services fully. Here's the fix: Head into Skype options and uncheck the box that says "Use ports 80 and 443 as alternative for incoming connections". Close and Open Skype. Restart Services on WAMP EDIT: I've seen issues where restarting services doesn't … [Read more...] about WAMP does not work with Skype
wamp
WordPress and WAMP: Permalinks other than Default do not work
Permalinks uses mod_rewrite module. By default, this is not enabled in WAMP. Here's how to enable it. Left click the WAMP icon near your clock and or find your httpd.conf by searching in your wamp folder. It will be in your apache folder's conf directory. I found it here: C:\wamp\bin\apache\apache2.2.22\conf. Once the file is open, find the following line and take the has tag out of it. So this: #LoadModule rewrite_module modules/mod_rewrite.so Needs to look like this: LoadModule … [Read more...] about WordPress and WAMP: Permalinks other than Default do not work
Default WAMP phpmyadmin username and password
In case you're wondering, the default WAMP username\password for phpmyadmin is as follows: username: root password: [none] So if you were to say, set up the WordPress wp-config.php file, it would look something like this. /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', ''); I hope this help some people avoid some headaches. Cheers! … [Read more...] about Default WAMP phpmyadmin username and password
Recent Activity