http://nflarc.x10hosting.com/smf/

Status
Not open for further replies.

nflarc

Member
Messages
55
Reaction score
0
Points
6
Web pages came back up today :)
one of my smf form works fine :)

the other smf (main one)
http://nflarc.x10hosting.com/smf/

gets this when I try to access it
Internal Server Error

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

Please contact the server administrator, support@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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

nflarc

Member
Messages
55
Reaction score
0
Points
6
I never played with .htaccess it is what it is :smile:
but I looked with FTP and found only one in the root (www) containing

RewriteEngine on

RewriteCond %{HTTP_HOST} ^nflarc.info$ [OR]
RewriteCond %{HTTP_HOST} ^www.nflarc.info$
RewriteRule ^/?$ "http\:\/\/nflarc\.x10hosting\.com\/NFLARC\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^nflarc.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.nflarc.org$
RewriteRule ^/?$ "http\:\/\/nflarc\.x10hosting\.com\/NFLARC\/" [R=301,L]


greek to me :confused:
 

nflarc

Member
Messages
55
Reaction score
0
Points
6
that looks to be added from my domain name I added setup using cpanel to point to a sub directory
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
Try adding "RewriteBase /" (without the quotes) at the top of your .htaccess file
 
Last edited:

nflarc

Member
Messages
55
Reaction score
0
Points
6
Try adding "RewriteRoot /" (without the quotes) at the top of your .htaccess file.

I tried that just now...
my html page worked fine
but now both SMF forms give the above message

I took line off
and back to one SMF works one does not work

:confused:
 
Status
Not open for further replies.
Top