Link to home
Start Free TrialLog in
Avatar of DrEddieS
DrEddieS

asked on

Localhost

Installed XAMPP so I could work on WordPress site before going public, however, when I go to the XAMPP control panel (v3.0.12) the Apache module will not start. Operating Windows 7
Avatar of chubby_informer
chubby_informer
Flag of Trinidad and Tobago image

reintall apache and xampp.  ensure youare using the correct version for W7
Avatar of Jason C. Levine
Are you attempting to start it as a service or are you just hitting the start button in the control panel?

Install WAMP, see if that works.
Avatar of DrEddieS
DrEddieS

ASKER

operating Windrows 7 Ultimate,service pack  1. I am attempting to start by hitting the start button
Okay, try WAMP just to be safe.  If WAMP works, then uninstall/reinstall XAMPP to see if that fixes it.
Installed WAMP, program would not start. Error message - MSVCR100.dll is missing. install and restart
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Went into Xampp folder --> htdocs ---> wordpress folder--->> wp-content folder. Edited wp-content-sample.php
 to change the  Listen port from 80 to 8080, also for ServerName localhost 80 to 8080.

then url reads http://localhost:8080/wordpress/
#
#Listen 0.0.0.0:80
#Listen [::]:80
Listen 8080

ServerAdmin postmaster@localhost

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:8080