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." Quote
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. Quote
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. Quote
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] Quote
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] Quote
thesaint Posted November 27, 2009 Author Posted November 27, 2009 Now it works. Thanks, Master... Quote
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. Quote
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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.