thesaint Posted November 27, 2009 Posted November 27, 2009 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."
thesaint Posted November 27, 2009 Author Posted November 27, 2009 I've changed. http://sekta.heliohost.org/index.html - works. http://sekta.heliohost.org/ - doesn't.
Byron Posted November 27, 2009 Posted November 27, 2009 I've changed. http://sekta.heliohost.org/index.html - works. http://sekta.heliohost.org/ - doesn't. Check your .htaccess file for errors.
thesaint Posted November 27, 2009 Author Posted November 27, 2009 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]
Byron Posted November 27, 2009 Posted November 27, 2009 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]
Byron Posted November 27, 2009 Posted November 27, 2009 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.
thesaint Posted November 27, 2009 Author Posted November 27, 2009 I submissively confess I've created RoR application, created a Rewrite and deleted RoR application.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now