Current time: 04-30-2024, 09:32 PM Hello There, Guest! (LoginRegister)


Post Reply 
domain.tld stops processing index.php
Author Message
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #2
RE: domain.tld stops processing index.php
Sounds like a problem with your .htaccess ...
Are you sure it's not a caching problem on your local side from a previous error you had on the site ?
Can you verify with wget --no-cache http://domain.tld/ from another computer if it's still downloading the source ?

Because if /administrator is working, your php processing is working, which will prevent apache from giving you the page source ... even if it is the index ... but it is still internally known it's php, because apache is looking for i.e. index.html and index.php and when it finds one of this files, it interprets them when needed - and sends the result back....

So try a different browser, empty your caches first, try wget ... if the problem still exists, turn on apache debugging ... show us the log please.
12-17-2011 06:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: domain.tld stops processing index.php - ephigenie - 12-17-2011 06:39 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)