page not loading PHP

Status
Not open for further replies.

skai123

Member
Messages
204
Reaction score
0
Points
16
When I go to my website, using PHP, all i get is php code... it start to happen a few days ago..

http://kaiyo.exofire.net

Edit: in internet explorer, it shows the code, while in firefox a (random?) file downloads...
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Have you done anything recently to the site?
Which server are you on?
If you happen to have an .htaccess file, could you display the contents?
In Firefox, the downloads I get are the code for the page.
 
Last edited:

skai123

Member
Messages
204
Reaction score
0
Points
16
I didnt do anything since last year,
Lotus server
I do not have a .htacess file. (where would i get it?)

Thanks.
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
lotus seems to be on and off with its load. Ive alerted an admin to the issue, and there gonna keep an eye on it.

Best bet is if it slows again, wait 5 minutes and try again.
 

skai123

Member
Messages
204
Reaction score
0
Points
16
I have been trying at random times, but it doesnt even load the php... all im getting is the code..
i.e. it's not the speed...

the cpanel loads fine/pretty fast.
 
Last edited:

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
post the contents of your .htaccess file(if you have one)
 
Last edited:

skai123

Member
Messages
204
Reaction score
0
Points
16
ok
i found the .htaccess

RewriteEngine on
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName kaiyo.exofire.net
AuthUserFile /home/kaiyo/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/kaiyo/public_html/_vti_pvt/service.grp

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://kaiyo.exofire.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://kaiyo.exofire.net$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.kaiyo.exofire.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.kaiyo.exofire.net$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://kaiyo.exofire.net [R,NC]

AddType application/octet-stream .swfAddHandler shout-server .php

thanks
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
try removing this from the last line: AddHandler shout-server .php
 
Last edited:

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
it worked!, thanks~

This problem is solved Now. So I am going to close this thread to mark it as resolved. Feel free to create a new thread if you need more help.

***Thread Closed***
 
Status
Not open for further replies.
Top