hello htaccess. not work

Status
Not open for further replies.

toiraq156

New Member
Messages
2
Reaction score
0
Points
0
when upload htaccess. i See
this on my site
==================
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.
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
what's in your htaccess so that we can figure out what's wrong with it?
 

Anna

I am just me
Staff member
Messages
11,748
Reaction score
581
Points
113
Hello,

Try this:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^toiraq\.net$ [nc]
RewriteRule ^(.*) http://www.toiraq.net/$1 [R=301,L]
 
Last edited:
Status
Not open for further replies.
Top