Jump to content

Recommended Posts

Posted

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."

 

Posted

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]

Posted

Remove this and it will work:

 

RewriteEngine On

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]

 

Posted

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.

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...