WordPress installation on Windows 10 with WAMP not working
-
Hi all,
I’ve been trying to install WordPress 4.4.2 with WAMP on Windows 10 but not had any luck, despite reading quite a few guides and help topics.
I followed this guide for doing the installation – https://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-on-your-windows-computer-using-wamp/
In addition, by reading other online resources, I learned of problems that WAMP has in Windows 10 when the Apache httpd.conf file is setup to listen via Port 80. I edited that file to listen via Port 81 instead and WAMP seems to operate properly (at least, the W symbol in the taskbar is green).
I created a database called ‘sa-site-dev’ using phpMyAdmin
Snapshot here —> https://postimg.org/image/co90camqb/I also created a user named ‘Code’ and a password for that user.
Snapshot of users list and their priviledges here —> https://postimg.org/image/f5kjlyrcn/I followed the guide and have copied all the WordPress 4.4.2 files to this location on my computer C:\WAMP\www\sa-site-dev
I got to the point where you have to fill in your database name, username, password, database host & table prefix.
^ I’ve been through this step again and again, trying different entries, but nothing seems to work.
My latest effort has been to fill in :
database name : sa-site-dev
username : Code
password : ******** (the password!)
database host : localhost:81
table prefix : wp_When I do this and click ‘Submit’ the address bar in the browser eventually shows : https://localhost:81/sa-site-dev/wp-admin/setup-config.php?step=2
… but nothing further happens.
If I click in the address bar and press return then I get the following message :
ERROR: “Table Prefix” must not be empty.
… I read that sometimes there is a problem with making the wp-config.php file, so I copied and edited the wp-config-sample file and re-saved it as ‘wp-config.php’ in C:\WAMP\www\sa-site-dev
I added the same info as above within the wp-config.php file
database name : sa-site-dev
username : Code
password : ******** (the password!)
database host : localhost:81
table prefix : wp_Afterwards, when I returned to my browser and entered – https://localhost:81/sa-site-dev … the browser tries to load the link but can’t.
I should also mention I’m using Microsoft Edge as the browser…
My Firewall is Windows Defender.
Any possible problems there ??Have spent alot of today trying to sort this out and going slightly mad now, so any help would be appreciated !!
thanks in advance ??
- The topic ‘WordPress installation on Windows 10 with WAMP not working’ is closed to new replies.