Internal Server Error Please help

4nawal

New Member
Messages
7
Reaction score
0
Points
0
in my site nawal.x10.mx
when i click the profiles i get this error
please kindly help me i can't figure it out i am using skadate script



Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Since the PHP seems to work and the error is on a .html page, I would guess that there might be a problem with the .htaccess file.
Please post any .htaccess file from either public_html or public_html/member
 

4nawal

New Member
Messages
7
Reaction score
0
Points
0
Re: Internal Server Error Please help
Since the PHP seems to work and the error is on a .html page, I would guess that there might be a problem with the .htaccess file.
Please post any .htaccess file from either public_html or public_html/member

thanks for support

my .htaccess contains this text

#RewriteEngine on
#Options +FollowSymlinks
#RewriteRule ^admin(.*) admin$1 [L]
#RewriteRule ([^(\.js)]|[^(\.php)]|[^(\.css)]|[^(\.png)])+$ navigation.php
#RewriteRule ([^(\.gif)]|[^(\.jpg)]|[^(\.jpeg)]|[^(\.flv)])+$ navigation.php
#RewriteRule ([^(\.wmv)]|[^(\.avi)]|[^(\.mpg)]|[^(\.mpeg)])+$ navigation.php

RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ navigation.php

RewriteRule .* - [E=HTTP_X_REQUESTED_WITH:%{HTTP:X-Requested-With}]

this.htaccess is located in public html there is no .htaccess file in public_html/member

i think my permissions are also right it is 755 for public_html/member folder

my script is working 99% but one and only one problem is i can't open any profiles from my friend page but it is fine when i gives =?id format
 
Top