WAMP Problem With Wordpress
Posted by: KevoTheReaper (---.hsd1.in.comcast.net)
Date: August 29, 2013 12:54AM

I am having problems with wordpress 3.6 it is not displaying images, CSS, or anything else but text. I am using WAMP Server 2.2E to run it here are screenshots. Also it works fine on localhost, but not on another network.

Screenshot : play.bluecontrollergaming.com/images/error/WpForum/ss.jpg

Thanks,
Kevin Nicholson - KevoTheReaper

Options: ReplyQuote
Re: WAMP Problem With Wordpress
Posted by: RiggsFolly (---.as13285.net)
Date: August 29, 2013 09:38AM

Ok so you say its working on localhost!! So it works on the wamp install, right?

Can I ask, did you copy the localhost install plus that database to another server? If so you need to read this

http://codex.wordpress.org/Moving_WordPress

Options: ReplyQuote
Re: WAMP Problem With Wordpress
Posted by: KevoTheReaper (---.hsd1.in.comcast.net)
Date: August 30, 2013 04:00AM

Im running on localhost

Options: ReplyQuote
Re: WAMP Problem With Wordpress
Posted by: RiggsFolly (---.as13285.net)
Date: August 30, 2013 10:10AM

You said:

Also it works fine on localhost, but not on another network.

Did you copy the localhost version with its database to Other Network
Or are you just trying to access the localhost server from another network?

Options: ReplyQuote
Re: WAMP Problem With Wordpress
Posted by: KevoTheReaper (---.hsd1.in.comcast.net)
Date: September 01, 2013 12:22AM

I'm trying to access the server from another location/network. It shows up fine on the Localhost machine, but on other machines it is messed up.

Options: ReplyQuote
Re: WAMP Problem With Wordpress
Posted by: RiggsFolly (---.as13285.net)
Date: September 12, 2013 08:22PM

You need to change the Apache security.

Edit your httpd.conf like so ...


left click wampmamager -> Apache -> httpd.conf to edit the config file.

Search for :

# onlineoffline tag - don't remove

Change the security to allow access from other PC's

Order Deny,Allow
Deny from all
Allow from 127.0.0.1 ::1 192.168.0

Assuming your subnet is 192.168.0 you will now have access to your site from any ip on that subnet

Options: ReplyQuote


Sorry, only registered users may post in this forum.