500 Internal server error

Status
Not open for further replies.
Messages
6
Reaction score
0
Points
0
hello,

My domain is shishir.x10.mx
I just installed an wallpaper script on my addon domain http://www.reallycoolwallpapers.co.cc/
But getting 500 internal server error. I know it could be happen for .htaccess but I didn't find any problem with my .htaccess file. So can u please check my domain and htaccess for anything I might missed.

Thanks
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
hello,

My domain is shishir.x10.mx
I just installed an wallpaper script on my addon domain http://www.reallycoolwallpapers.co.cc/
But getting 500 internal server error. I know it could be happen for .htaccess but I didn't find any problem with my .htaccess file. So can u please check my domain and htaccess for anything I might missed.

Thanks

It could be a also the file permissions the 777 permissions gives issue.

They should be 755 or 644
 
Messages
6
Reaction score
0
Points
0
Hello,

CHMOD is ok its was 755, then after got your reply changed it to 644 but same internal server error. Please do something for me. Below is the my htaccess text:


#php_flag display_errors On
#Options +FollowSymlinks
RewriteEngine Off
RewriteEngine On

#change / with the relative path if you install the script in a subdirectory
#RewriteBase /wallpaperscript.com/script/


#This is for redirecting links with any subdomain to no subdomain
#RewriteCond %{HTTP_HOST} ^(.+).wallpapers.net [NC]
#RewriteRule ^(.*)$ http://wallpapers.net/$1 [R=301,NC,L]

#This is for redirecting links without trailing / to links with trailing /
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_URI} !(.*)\.(.+){3,4}
#RewriteCond %{REQUEST_URI} !(.*)/$
#RewriteRule ^(.*)$ /$1/ [L,R=301]

#RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $4-desktop-wallpapers$5$6$7
#RewriteRule ^([^/]*)/([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $3-desktop-wallpapers$4$5$6
#RewriteRule ^([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $2-desktop-wallpapers$3$4$5
#RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $4-wallpapers$5$6$7
#RewriteRule ^([^/]*)/([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $3-wallpapers$4$5$6
#RewriteRule ^([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $2-wallpapers$3$4$5

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L]



Is here anything wrong?

Thanks
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
Try enabling the RewriteBase command, just make sure its path matches that of your account.
 
Messages
6
Reaction score
0
Points
0
Hello,

I changed this rewitre base as:

#RewriteBase /reallycoolwallpapers.co.cc/

but its still not working. Can you please help me way out of this?

Thanks
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
to enable it, you need to remove the #, as that is what makes it disabled.
 
Messages
6
Reaction score
0
Points
0
Oh I failed I did it again according to you but it is not working. Should I give you my cpanel password? so you can fix it for me? if u say I can pm my password.

Thanks
 
Messages
6
Reaction score
0
Points
0
I already Tried this

RewriteBase /reallycoolwallpapers.co.cc/

but not working. Please tell me how can I get higher authorities help.

Thanks
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
I have now set the command to be: "RewriteBase /" as suggested by descalzo. Note there's no path, no domain appended after the /

Your site now works fine.
 
Status
Not open for further replies.
Top