PDA

View Full Version : WordPress Display No Good



infrequent
06-11-2008, 12:07 PM
I've just installed WordPress and the default theme seems to display improperly. I tried Fantastico, Simple Scripts, and a manual install; they all yield the same result. Installation of new themes doesn't help. Here's a screenshot:

http://cognigami.com/Media/wpsshot.jpg
(not working, live link below)


Has anyone else run into this?

Eriksrocks
06-11-2008, 12:35 PM
There is no screenshot. Perhaps you can provide a live link to your domain? :)

infrequent
06-11-2008, 01:13 PM
Good idea:

http://cognigami.com/blog

Eriksrocks
06-11-2008, 01:32 PM
Do you have any relation to www.theinformedlife.com? :)

EDIT: I know it seems like a random question but your server is returning random stuff from that site when the browser is requesting images, etc.

owencutajar
06-11-2008, 01:49 PM
As per the previous post, your server's returning HTTP 302 (moved temporarily) and redirecting the response to the other website:


Response Headers
Date Wed, 11 Jun 2008 19:43:31 GMT
Server Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Location http://www.theinformedlife.com
Content-Length 389
Keep-Alive timeout=15, max=99
Connection Keep-Alive
Content-Type text/html; charset=iso-8859-1
Request Headers
Host cognigami.com
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9) Gecko/2008052906 Firefox/3.0
Accept image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language en-gb,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer http://cognigami.com/blog/
Pragma no-cache
Cache-Control no-cache

(see attached)

Do you have any redirections set up on the site?

Eriksrocks
06-11-2008, 02:38 PM
The weird thing is, if you view the images that are missing directly, they return fine, at least for me.

Do you have anything in your .htaccess?

@ owencutajar
Isn't Firebug great? :D

infrequent
06-13-2008, 07:38 AM
Hi again,

I went through my .htaccess with a fine toothed comb (at your suggestion), and yes, there was a wonky line in there that was distrubing everything. Essentially there was a wildcard redirect to another of my domains.

Thanks for your help!!

Eriksrocks
06-13-2008, 01:00 PM
No problem. :)

owencutajar
06-13-2008, 03:28 PM
@ owencutajar
Isn't Firebug great? :D

Oh yes .. don't know what I would do without it sometimes !

Owen