Apache server for WAMP giving error before testing wordpress site
-
Hi,
I am running WAMP server locally on my pc.
Apache Version :
2.4.9 – Documentation
PHP Version :
5.5.12 – Documentation
Server Software:
Apache/2.4.9 (Win64) PHP/5.5.12
MySQL Version :
5.6.17I downloaded from my hosted service the entire wordpress site and the mysql database for the site.
I have imported the mysql wordpress database into my local mysql server.
I have followed the instructions and troubleshooting found at this link:
https://www.ads-software.com/support/topic/how-to-copy-wordpress-site-to-local-test-server?replies=34
As part of this link I ran all the update SQL statements successfully.My C:\ drive on Windows 7 looks like this:
c:\wamp\www\website\mywebsite\trusted\public_html\
This contains my wordpress site (i.e. php files, wp-XXXXX folders, wp_config.php, etc)When I browse to the url in WAMP menu for local host I am taken to the WAMP page with all my WAMP landing page info
so the LAMP is running fine.When I goto https://localhost/trusted/homedir/public_html/
I get the error:
Internal Server Error
The server encountered error or misconfiguration, etc, etcI noticed that if I go to :
https://localhost/trusted/homedir I see the page load as index of / trusted/homedir. I can see all the files and folders
under this directory but interestingly the public_html directory does not show up, this may be normal. Please advise.I put a standard test.html file into homedir and try to read this page and it gives same error, so I have narrowed
down that before I troubleshoot my wordpress site, I need to get the apache component to serve up a simple html page.Please advise.
thanks
Chris
- The topic ‘Apache server for WAMP giving error before testing wordpress site’ is closed to new replies.