PDA

View Full Version : PHP site pausing me problems....


simonr
9th May 2010, 11:23
Hi all.... anyone got any comments, observations or advice here?

I've recently changed the PHP on my homepage at www.curved-vision.co.uk (http://www.curved-vision.co.uk) and now I can't load the damned thing (although other people can, it appears).

I can load it fine if I got to www.curved-vision.co.uk/index.php but not if I just let it go for the default...... and having once loaded the index.php version I can then load it via the default approach, if you see what I mean.

Anyone got any advice (or words of reassurement that it it's just me who can't load it?!!? :) )

S

sanjiv
9th May 2010, 11:51
That's odd because I can see it. Please clear your browser cache.

Andy Walpole
9th May 2010, 12:01
http://www.curved-vision.co.uk/index.php loads but http://www.curved-vision.co.uk/ doesn't

What's in your .htaccess file? Maybe try putting

DirectoryIndex index.php

at the top

Andy Walpole
9th May 2010, 12:01
Oh no they are both okay now

simonr
9th May 2010, 14:44
gave me a clue - thanks!

With .htaccess in place I got spat back a PHP error, rather than hanging, which pointed me in a direction to look in. Does index4.php load okay for you guys?

If so, I'll try making it the default file

S

fisicx
9th May 2010, 17:59
Nope, not for me:

Parse error: syntax error, unexpected ':' in /share/storage/03/ra/rayboulds/index4.php on line 240

webhostuk
10th May 2010, 05:30
Hello,

This is surely a .htaccess rule problem, I guess your site is looping on index.php page , due to incorrect .htaccess rules.

Can you paste your .htaccess to see if anything is wrong.

Bagi Zoltán
10th May 2010, 05:46
hello,

It is pretty strange, both URI are served correctly for me.

Good luck

jocel
10th May 2010, 12:10
hello,

It is pretty strange, both URI are served correctly for me.

Good luck

me too, i can access them without any problem.

good luck

simonr
10th May 2010, 21:16
webhostuk - at the point when I posted that, I didn't have an .htaccess file......