500 Internal Server Error

Status
Not open for further replies.

ramlende114

New Member
Messages
15
Reaction score
0
Points
1
I am at "wits end". I have tried every suggestion that I have read on this forum and to no avail and no access to my website. Any help will be appreciated. The following is the original .htaccess, before doing any changes:

RewriteEngine on

Options All

RewriteCond %{HTTP_HOST} ^ramlende.x10.mx$ [OR]
RewriteCond %{HTTP_HOST} ^www.ramlende.x10.mx$
RewriteRule ^/?$ "http://ramlende.x10.mx/rick/index.html" [R=301,L]
 

ramlende114

New Member
Messages
15
Reaction score
0
Points
1
Options All is what's doing it. See this thread for more information.
Thanks, but I have changed that and still the same error code. I just copied and pasted the original contents because the forum admin' posted that is what I needed to do to try and resolve this issue.
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
are you sure you have only one [ .htaccess ] file in you account ?

some CMS like to add one in their folder

at cPanel-x3's home page click on [ File Manager ]
be sure to set [ Show Hidden Files (dotfiles) ] before you click on [ Go ]

in [ File Manager ] top-right of home page
'Search' --> set [ All Your Files ] --> 'For' set [ .htaccess ] --> [ Go ]
 
Last edited:

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

The "Options" section in your .htaccess file is formatted incorrectly. I have commented out this section for you. Additionally, you had a .htaccess file at rick/.htaccess with "Options All" set. I have also commented out this line. Your site is now loading. :)

Thank you,
 

ramlende114

New Member
Messages
15
Reaction score
0
Points
1
Hi,

The "Options" section in your .htaccess file is formatted incorrectly. I have commented out this section for you. Additionally, you had a .htaccess file at rick/.htaccess with "Options All" set. I have also commented out this line. Your site is now loading. :)

Thank you,
Thank you Sooooooo much! You have been awesome help!! Rick
 
Status
Not open for further replies.
Top