Tag Info

Hot answers tagged

4

You first need a Facebook Developer Account that I'm sure you have already - You need to login and obtain an API Key by creating a new app. You can either use your own web host that has a SSL certification as this is now a requirement on Facebook or you can opt to publish your application using Facebook's Heroku Hosting. Most web hosting comes with SQL ...


3

If wamp is running make sure no other program conflict Wamp such as IIS, Microsoft Web Deploy, SQL, Skype, Zonealarm, firewall/antivirus, NOD32, Eset, any web related program including Remote Desktop, Teamviewer ... IIS and Apache/Wamp are both web server and might conflict in some way, so you have to disable IIS in order for Wamp to work Disable IIS in ...


2

i had simalr problem and suggested answers didn't work for me. then read instructions of installing the application from -wampserver.com.... where it says: warning... you install install Visual C++ 2010 SP1 as shown below..... WARNING : You must install Visual C++ 2010 SP1 Redistributable Package x86 or x64 VC10 SP1 vcredist_x86.exe 32 bits : ...


1

Your phpmyadmin configuration file contents in wamp alias folder must look as below: <Directory "c:/wamp/apps/phpmyadmin3.4.5/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Allow from all </Directory> Whereas it looks as this: <Directory ...


1

It could be a number of things but it is probably that apache is Listening on the W8 IPV6 default localhost address which is ::1 edit httpd.conf, using the link on the wampserver icon wampserver -> apache -> https.conf find the line > Listen 80 and change to > listen 0.0.0.0:80 This will force apache to listen on IPV4 and make the pre-configured ...


1

You will experience a difference in performance anyway, regardless of what environment you use. I used to use WampServer and I would find this quite slow sometimes, similar to what you have explained. I then started using XAMPP and have found it to run much better, although sites on my XAMPP installation are still noticeably slower. Recently though I have ...



Only top voted, non community-wiki answers of a minimum length are eligible