Jump to content

Which suitable localhost software for wordpress to install on windows7?


Recommended Posts

Posted

Hello guys,,

 

I need to do some wordpress web pages to designed on my local host PC first, done all necessary customized parts, then upload,

after installing the wordpress pack, need the local host, found WAMP, as some others,

I would consult about any one to use, regarding stability and suitability for to be installed on a desktop PC run by windows 7,

Any quick advise highly appreciated, thanks.

Posted
12 hours ago, maxpower said:

WAMP http://www.wampserver.com/en/  Very stable.

Hi maxpoer, thanks for the feedback,

downloaded the server , but when started to install it, it shows that the publisher could not be verified,

what is the wrong with this version? even was downloaded from the main source,

as well watched some youtube about the installation, when the first windows run, it displayed the pinky colored log, this one I have it does not, ass the attached file,, something wrong with this? or just carry on with the installation regardless what this warning to say ?

 

WAMP_screen.jpg

Posted
24 minutes ago, mixmediana said:

Hi maxpoer, thanks for the feedback,

downloaded the server , but when started to install it, it shows that the publisher could not be verified,

what is the wrong with this version? even was downloaded from the main source,

as well watched some youtube about the installation, when the first windows run, it displayed the pinky colored log, this one I have it does not, ass the attached file,, something wrong with this? or just carry on with the installation regardless what this warning to say ?

 

WAMP_screen.jpg

No worries - carry on with install

Posted

Forgot to tell you to check you have the correct windows packages for everything to run in WAMP server.

 

Posted

Thank you guys for the advise,,

I downloaded the same version from cnet.com , noticed a little bit difference in size,

However, I selected to install the first one even a bit more in size, once done, the program can't run,

saying that something called "VCRUNTIME140.dll" is missing out,,

How to fix this? many thanks in advance,, Missed_.jpg

 

All--.jpg

1. WAMP_screen.jpg

2. WAMP_screen.jpg

Posted (edited)

Did you install the appropriate  VC14 Package (Visual C++ 2015)  as mentioned above?

Seems not.

Edited by Lannig
Posted
1 hour ago, mixmediana said:

Maxpower, I got this MS C++ distributor package installed, (see attached image).

which one of the above (VC) would be suitable to be installed?

MS-C++.jpg

Below snapped from a PC running WAMP

 

cap2.JPG

 

 

Remove all of your x86 entries you dont need them

 

 

 

 

Posted

Was installed as mentioned,

upon the completion, not seeing the icon green = (running)

also when tried to test in browser (localhost) as will show in the below attaches,

Look at the image near the clock,

the second image, as following in the tutorial of installation,

Any suggestion guys?

WAMP-Running.jpg

WAMP-Run-2.jpg

Posted

Two things. Windows firewall is blocking Apache or it cant use port 80 because something like Skype has control.

If the WAMP icon is brown and you cant open the WAMP menu from the icon uninstall and reinstall WAMP. If all packages are installed correctly, windows firewall will ask if you want to allow the Apache server during the install process. 

Posted
2 minutes ago, maxpower said:

Two things. Windows firewall is blocking Apache or it cant use port 80 because something like Skype has control.

If the WAMP icon is brown and you cant open the WAMP menu from the icon uninstall and reinstall WAMP. If all packages are installed correctly, windows firewall will ask if you want to allow the Apache server during the install process. 

I was trying n trying all possible options, port 80, 84 ,, at the end the final solution was to uninstall and re-install, then turned to be green.. alright now, !!  Thanks for sharing ideas,,

Posted

A new issue come up,,, to login to phpMyAdmin

I didn't set any password or user ID, my first click,, and shown up as in the below image !!!

tried the default one usually use to login router settings : admin / admin

it says, password to be YES, I typed,, but still could not login ,,,

phpMyAdmin.jpg

Posted

Login with username root no password - you can continue to use this or make a new user in phpmyadmin making sure you give all permissions.

Posted
17 minutes ago, maxpower said:

Login with username root no password - you can continue to use this or make a new user in phpmyadmin making sure you give all permissions.

Thanks maxpower, done !! logged in now :)  :smile:

Posted (edited)

Tip. If you are developing Wordpress you should consider making two installs with separate dbases. One for development and one for reference.

Google is your friend if you want Apache config info.

 

<VirtualHost 127.0.0.2>
DocumentRoot c:/wamp64/www/wordpress1
ServerAdmin [email protected]
ServerName wordpress1
</VirtualHost>

<Directory "c:/wamp64/www/wordpress1">
Options Indexes
Options FollowSymLinks
Options +Indexes
AllowOverride All
</Directory>

<VirtualHost 127.0.0.3>
DocumentRoot c:/wamp64/www/wordpress2
ServerAdmin [email protected]
ServerName wordpress2
</VirtualHost>

<Directory "c:/wamp64/www/wordpress2">
Options Indexes
Options FollowSymLinks
Options +Indexes
AllowOverride All
</Directory>

 

Edited by maxpower
stuff
Posted

Yes, I'm going for Wordpress development,

I will go step step with it, if any issue will ask again here,

Very much thankful for this kind assistance, have a peaceful good night !

Posted

some issue with IE browser that can't connect with the WAMP local host,  (see attached image)

but can display when go to the menu and click phpMyAdmin.

is there any thing missing ? or how to change the default browser of the localhost WAMP?

usually I use Chrome and Firefox Mozilla, but this IE was ask since the initial installation, so it was set by default,

 

Maybe if change the default browser will work out? or suggestions about this issue guys?

 

IE-dc.jpg

Posted (edited)

I am guessing that /testsite/wordpress  is not inside the www directory

 

But looking at your url you spelt wordpress wrong

 

To change the default browser you need to edit the wampmanager.conf file in root of wamp64 dir.

 

navigator ="path to your browser exe file"

Edited by maxpower
stuff
Posted (edited)
3 hours ago, maxpower said:

I am guessing that /testsite/wordpress  is not inside the www directory

 

But looking at your url you spelt wordpress wrong

 

To change the default browser you need to edit the wampmanager.conf file in root of wamp64 dir.

 

navigator ="path to your browser exe file"

The folder in inside www, for sure this is the major setup, following installation n settings step by step, but the result didnt perform at this step,

Maybe the problem with IE not capable to connect,, even just to localhost where supposed to show the main idex,

 

 

IE-dc2.jpg

Edited by mixmediana
Posted
1 hour ago, maxpower said:

Try 127.0.0.1

 

Best you use Firefox or Chrome 

How to remove the IE and get Firefox connected with WAMP instead of it? would be appreciated if any practical steps to do that,,

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.



×
×
  • Create New...