website not working - 500 error

Status
Not open for further replies.

swopx10h

New Member
Messages
4
Reaction score
0
Points
1
Hello,

I created my website using WordPress. (swop.x10host.com).
My website was working fine for a few weeks but not it will not load. I have not made any changes to it since it was working normally.

I have checked my htaccess folder and seems fine.

Thanks
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Does your .htaccess file just contain the following:
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
 

swopx10h

New Member
Messages
4
Reaction score
0
Points
1
Hey :)

Yes it does and appears identical, copy and paste from it below.

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

Thanks
 

swopx10h

New Member
Messages
4
Reaction score
0
Points
1
they were 750, I've just changed to 755 but still get the same error
 
Status
Not open for further replies.
Top