XF 1.4 Website has been down for few days

clove28

Active member
I could not access my website. There's an error showing up.

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.

Apache Server at www.pinoyexpatforum.com Port 80
 
Code:
 Rewriterule ^blog/(.+)/(.+).html$           ./blog/view/blog.php?page=$1&mode=$2 [NC]
Rewriterule ^blog/(.+).html$                    ./blog/blog.php?page=$1 [NC]
Rewriterule ^blog/(.+)/$                                ./blog/view/blog.php?page=$1 [NC]
Rewriterule ^blog/$                                             ./blog/blog.php [NC]

RewriteCond %{REQUEST_FILENAME} !-f
Rewriterule ^blog/(.+)/(.+)$            ./blog/view/blog.php?page=$1&mode=$2 [NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^blog/(.+)$ ./blog/blog.php?page=$1 [NC]
</IfModule>

Blog, blog,blog...

No I don't. Could it be the reason?
 
If I will re-install xenforo and use the database now, do you think it will work?
You can try it.
Don't reinstall, only upgrade.
Backup the files and the database.

Delete or rename the current XF folder, leave the database.
Upload the folders, files from the zip file. Use upgrade instead of install.
 
Going to your site now and I get a cPanel "The website you were trying to reach is temporarily unavailable" message so this is really only something your host can help with. If they're blocking bringing the site back up, they really need to justify that or you need to change hosts.
 
Top Bottom