davaoblogger.com internal service error

Status
Not open for further replies.

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
post the contents of .htaccess file here.
 

freshmen

New Member
Messages
10
Reaction score
0
Points
0
now can't even login on FTP :(

but last backup i had on the .htaccess has this:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress



Thanks
 

dlukin

New Member
Messages
427
Reaction score
25
Points
0
.htaccess looks ok.

Might be file permissions. When they changed the system (before the server move), it starting throwing 500 security errors if a .php file had group write permission.

If you can FTP in or get onto cPanel, change the permissions on index.php to 0755 or 0644 .
If you can get into cPanel, check Error Log on the front page (not error_log in public_html). It should say something about index.php being group writeable.
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
I don't see your hosting account anymore. What is your cPanel username?
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
What is your domain and cPanel info? It doesn't seem linked to your forum account.
 

freshmen

New Member
Messages
10
Reaction score
0
Points
0
ok I can now login on fris server cpanel, should I change my DNS or NameServer on my domain name host?

If so whats my new DNS?


Thanks
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
.htaccess looks ok.

Might be file permissions. When they changed the system (before the server move), it starting throwing 500 security errors if a .php file had group write permission.

If you can FTP in or get onto cPanel, change the permissions on index.php to 0755 or 0644 .
If you can get into cPanel, check Error Log on the front page (not error_log in public_html). It should say something about index.php being group writeable.

^^^^^^^

Shouldn't have to do anything with the DNS.

If you get rid of the 500 error but get a 'Database connection Error' ....

cPanel --> 'Remote MySQL'

Add these hosts:

int.fris.x10hosting.com
69.175.6.94
 

freshmen

New Member
Messages
10
Reaction score
0
Points
0
yay!!! Thanks ü

Will try to login on FTP

Should I change anything on my FTP?

---------- Post added at 12:25 PM ---------- Previous post was at 12:22 PM ----------

Delay that, I have logged in on my FTP Thanks again ü
 
Status
Not open for further replies.
Top