Jump to content

My index page


thesaint

Recommended Posts

My public_html directory contains the file: index.htm

http://sekta.heliohost.org/index.htm shows this, but

http://sekta.heliohost.org/ doesn't.

 

Could You explain me?

 

http://sekta.heliohost.org/ shows:

"Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

 

Link to comment
Share on other sites

I didn't touch .htaccess :

 

RewriteEngine on
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName sekta.heliohost.org
AuthUserFile /home/saint666/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/saint666/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_HOST} ^sekta.heliohost.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.sekta.heliohost.org$
RewriteRule ^/?$ "http\:\/\/127\.0\.0\.1\:12183%{REQUEST_URI}" [P,QSA,L]

Link to comment
Share on other sites

I think that had something to do with FrontPage Extensions. I don't use FrontPage so I'm not sure but it's best to remove FrontPage Extensions if your not using them. Go to your cpanel and look for the link that says "FrontPage Extensions" and click onto it and choose to remove them.

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...