Trouble getting site to run on LAMP server
-
I have a site: https://easterntandemrally.org that is working great, being hosted on an ISP. Someone else built this for me and I have been afraid to make some of the bigger changes I want because I have broken the site a few times already. The site is really a content managed site; there is no blogging or user entered content. Anyway, I wanted to get a copy of it running on a local PC I have.
I installed Linux, Apache, MySQL, PHP and WordPress. I took a backup of the site with BackupWordPress and did a restore on my PC. The site sort of works, but not really. WordPress itself works fully on the PC. I can bring up the home page of my site from this PC just fine, but when I try to go to any subpage, I get a “Not Found – The requested URL /wp/main-rally/about-etr/ was not found on this server.” error. The full URL with the correct IP is in the location bar. That path is proper and works fine on the real site.
I did a bunch of research on this and the stuff I found has not worked for me. In my wp-config.php I have:
define('WP_HOME','https://192.168.0.201/wp'); define('WP_SITEURL','https://192.168.0.201/wp');
which I read somewhere was supposed to work.
Any help would be greatly appreciated.
Thanks
Mike
- The topic ‘Trouble getting site to run on LAMP server’ is closed to new replies.