Eck
Forum Replies Created
-
Update: I upgraded to a development version and now it caches searches. Yay.
Forum: Fixing WordPress
In reply to: Adding Downloadable filesIt sounds like it’s running a search intsead of linking to the pdf file. Linking to your post might help us diagnose.
Forum: Fixing WordPress
In reply to: a plugin killed my blogSaurus, this specific plugin does put files in the wp-content directory once activated. It isn’t there by mistake.
Atfpodcast: let me know if you get super cache working.
Forum: Fixing WordPress
In reply to: a plugin killed my blogDelete the advanced-cache.php file in the /wp-content/ directory. I am having the same problem as you and have yet to figure out how to make the plugin successfully cache without throwing a 500 internal server error.
Forum: Fixing WordPress
In reply to: Intermittently unable to load index.phpAnyone?
Forum: Fixing WordPress
In reply to: Wanted: IE users to test my site.Worked fine for me, no problems. Guess you fixed it.
https://3ck.us/shortpoem.jpgForum: Fixing WordPress
In reply to: Cant access website externallyLogin to wordpress locally and click on settings (top right). Change the “WordPress Address (URL)” and “Blog Address (URL)” to https://your.ip.goes.here.
Forum: Fixing WordPress
In reply to: Unable to access in local networkI’m going to make a new post with a more accurate title since the problem happens both inside and outside of the network and call this resolved, even though it’s not.
Forum: Fixing WordPress
In reply to: Unable to access in local networkAnd now it started working again. There has to be some explanation behind this.
Forum: Fixing WordPress
In reply to: Unable to access in local networkThat still doesn’t solve the issue. It’s not a problem with the DNS, it’s a problem with wordpress. Even if I type in the IP address (127.0.0.1 from the server, or the actual IP address from another computer inside or outside of the network), it still won’t resolve with index.php being the go-to file.
It will load index.htm fine every single time if I rename wordpress’s index.php to anything else. It will not display when attempting to load the wordpress index.php file.
Forum: Fixing WordPress
In reply to: Unable to access in local networkUpdate: It started doing it again. And here are more specifics:
When trying to access https://3ck.us (both from inside and outside my network), I get “Network Error (dns_unresolved_hostname)” aka “Internet Explorer cannot display the webpage.” It’s not get a 404 error or anything.
However, if I rename index.php to something else and add an index.html for testing purposes, it loads https://3ck.us both inside and outside my network.
Also, here is my apache log showing what happens when trying to access it (and it gets the DNS error):
IP Address – – [24/Nov/2008:15:53:05 -0600] “GET / HTTP/1.1” 301 –
IP Address – – [24/Nov/2008:15:55:18 -0600] “GET / HTTP/1.1” 301 –
IP Address – – [24/Nov/2008:15:56:45 -0600] “GET / HTTP/1.1” 301 –
IP Address – – [24/Nov/2008:15:57:14 -0600] “GET / HTTP/1.1” 301 –
IP Address – – [24/Nov/2008:15:57:49 -0600] “GET / HTTP/1.1” 301 –And then my log when I use index.html (which is the readme file, renamed):
IP Address – – [24/Nov/2008:16:00:49 -0600] “GET / HTTP/1.1” 301 –
IP Address – – [24/Nov/2008:16:00:53 -0600] “GET /quad HTTP/1.1” 301 230
IP Address – – [24/Nov/2008:16:00:53 -0600] “GET /quad/ HTTP/1.1” 200 3438
IP Address – – [24/Nov/2008:16:00:53 -0600] “GET /icons/blank.gif HTTP/1.1” 304 –
IP Address – – [24/Nov/2008:16:00:53 -0600] “GET /icons/back.gif HTTP/1.1” 304 –
IP Address – – [24/Nov/2008:16:00:53 -0600] “GET /icons/image2.gif HTTP/1.1” 304 –Does that clear anything up? Why is this randomly happening?
Forum: Fixing WordPress
In reply to: Unable to access in local networkAnd now, again without changing _ANYTHING_, it works.
I’m glad it works, but I’m wondering what caused it to not work and how to prevent this issue from happening again.