Skip to content
View in the app

A better way to browse. Learn more.

Thailand News and Discussion Forum | ASEANNOW

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Which suitable localhost software for wordpress to install on windows7?

Featured Replies

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.

What do you want`What is your problem?

  • Author
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

The "publisher" did not want to pay the licensing fees of Microsoft. Just go on.

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

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

 

  • Author

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

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

Seems not.

  • Author

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

  • Author

Advise please...  which is the appropriate package for Windows 7, 64 bit, MS C++ as shown in above,

 

VC9 and VC10 choose the bottom links. VC 11 13 14 choose X64 version at the Microsoft site.

 

 

I use XAMPP which works really well form me.

19 minutes ago, Norrad said:

I use XAMPP which works really well form me.

WAMP is a bit lighter, apart from that its personal choice.

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

 

 

 

 

  • Author

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

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. 

  • Author
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,,

  • Author

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

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.

  • Author
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:

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>

 

  • Author

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 !

  • Author

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

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"

  • Author
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

Try 127.0.0.1

 

Best you use Firefox or Chrome 

  • Author
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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.