GetSimple Support Forum

Full Version: This page is temporarily unavailable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"This page is temporarily unavailable"


http://web.com/admin/install.php redirect http://web.com/admin/install.php

http://web.com/admin/update.php redirect http://web.com/admin/install.php


enable debug mode in gsconfig.php no warning

upgrade to 3.3.9 files (from 3.3.9 b3) no fix neither

the site worked well before




I only see ""This page is temporarily unavailable"", no admin, no debug, no update, no upgrade, no nothing
Make sure you installed all files try reuploading
(2016-05-05, 22:06:13)shawn_a Wrote: [ -> ]Make sure you installed all files try reuploading

3 times


the site worked fine 3 days ago, no touch anyhing


...4 time, same result... Sad



clean upload in another directory same result (3.3.9, 3.3.8) ???? web.com/getsimple/ web.com/getsimple8/


php PHP Version 5.6.18
Sounds like your install is failing to remove the install files or redirects are failing
Manually remove your install.php update.php files

Did you do anything in the debug intructions?
Enable devig check log files etc
Your site is wrong it is redirecting or rewrtiting all access to root, that is why it wont work.
Quote:Your site is wrong it is redirecting or rewrtiting all access to root, that is why it wont work.



erase my .htaccess file, reinstall Getsimple and now works fine



FIXED!!!!!!!

Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!







my ex htaccess file
running on mysite for years with absolutely no problems
==========================================


AddDefaultCharset UTF-8
Options -Indexes
RewriteEngine On
#con a sin www
#RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
#RewriteRule ^(.*) http://%1/$1 [R=301,L]

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
#RewriteBase /~web/
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
#para ver los enlaces con html
#RewriteRule ([A-Za-z0-9-]+).html index.php?id=$1 [QSA,L]


# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
   Order allow,deny
   Deny from all
   Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
   Allow from all
   Satisfy All
</Files>

# 5G BLACKLIST/FIREWALL (2013)
# @ http://perishablepress.com/5g-blacklist-2013/

# 5G:[QUERY STRINGS]
<IfModule mod_rewrite.c>
RewriteCond %{QUERY_STRING} (javascriptSmile.*(\Wink [NC,OR]
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3) [NC,OR]
RewriteCond %{QUERY_STRING} (\\|\.\./|`|=\'$|=%27$) [NC,OR]
RewriteCond %{QUERY_STRING} (\;|\'|\"|%22).*(union|select|insert|drop|update|md5|benchmark|or|if) [NC,OR]
RewriteCond %{QUERY_STRING} (base64_encode|localhost|mosconfig) [NC,OR]
RewriteCond %{QUERY_STRING} (boot\.ini|echo.*kae|etc/passwd) [NC,OR]
RewriteCond %{QUERY_STRING} (GLOBALS|REQUEST)(=|\[|%) [NC]
RewriteRule .* - [F]
</IfModule>

# 5G:[USER AGENTS]
<IfModule mod_setenvif.c>
# SetEnvIfNoCase User-Agent ^$ keep_out
SetEnvIfNoCase User-Agent (binlar|casper|cmsworldmap|comodo|diavol|dotbot|feedfinder|flicky|ia_archiver|jakarta|kmccrew|nutch|planetwork|purebot|pycurl|skygrid|sucker|turnit|vikspider|zmeu) keep_out
<limit GET POST PUT>
Order Allow,Deny
Allow from all
Deny from env=keep_out
</limit>
</IfModule>

# 5G:[REQUEST STRINGS]
<IfModule mod_alias.c>
RedirectMatch 403 (https?|ftp|php)\://
RedirectMatch 403 /(https?|ima|ucp)/
RedirectMatch 403 /(Permanent|Better)$
RedirectMatch 403 (\=\\\'|\=\\%27|/\\\'/?|\)\.css\()$
RedirectMatch 403 (\,|\)\+|/\,/|\{0\}|\(/\(|\.\.\.|\+\+\+|\||\\\"\\\")
RedirectMatch 403 \.(cgi|asp|aspx|cfg|dll|exe|jsp|mdb|sql|ini|rar)$
RedirectMatch 403 /(contac|fpw|install|pingserver|register)\.php$
RedirectMatch 403 (base64|crossdomain|localhost|wwwroot|e107\_)
RedirectMatch 403 (eval\(|\_vti\_|\(null\)|echo.*kae|config\.xml)
RedirectMatch 403 \.well\-known/host\-meta
RedirectMatch 403 /function\.array\-rand
RedirectMatch 403 \)\;\$\(this\)\.html\(
RedirectMatch 403 proc/self/environ
RedirectMatch 403 msnbot\.htm\)\.\_
RedirectMatch 403 /ref\.outcontrol
RedirectMatch 403 com\_cropimage
RedirectMatch 403 indonesia\.htm
RedirectMatch 403 \{\$itemURL\}
RedirectMatch 403 function\(\)
RedirectMatch 403 labels\.rdf
RedirectMatch 403 /playing.php
RedirectMatch 403 muieblackcat
</IfModule>

# 5G:[REQUEST METHOD]
<ifModule mod_rewrite.c>
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
</IfModule>

# 5G:[BAD IPS]
<limit GET POST PUT>
Order Allow,Deny
Allow from all
# uncomment/edit/repeat next line to block IPs
# Deny from 123.456.789
</limit>



# Enable GZIP
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</ifmodule>

# Expires Headers - 2678400s = 31 days
<ifmodule mod_expires.c>
 ExpiresActive On
 ExpiresDefault "access plus 1 seconds"
 ExpiresByType text/html "access plus 7200 seconds"
 ExpiresByType image/gif "access plus 2678400 seconds"
 ExpiresByType image/jpeg "access plus 2678400 seconds"
 ExpiresByType image/png "access plus 2678400 seconds"
 ExpiresByType text/css "access plus 518400 seconds"
 ExpiresByType text/javascript "access plus 2678400 seconds"
 ExpiresByType application/x-javascript "access plus 2678400 seconds"
</ifmodule>

# Cache Headers
<ifmodule mod_headers.c>
 # Cache specified files for 31 days
 <filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$">
 Header set Cache-Control "max-age=2678400, public"
 </filesmatch>
 # Cache HTML files for a couple hours
 <filesmatch "\.(html|htm)$">
 Header set Cache-Control "max-age=7200, private, must-revalidate"
 </filesmatch>
 # Cache PDFs for a day
 <filesmatch "\.(pdf)$">
 Header set Cache-Control "max-age=86400, public"
 </filesmatch>
 # Cache Javascripts for 31 days
 <filesmatch "\.(js)$">
 Header set Cache-Control "max-age=2678400, private"
 </filesmatch>

# para site map
# http://www.arnebrachhold.de/projects/wor...#P221_root
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^sitemap(-+([a-zA-Z0-9_-]+))?\.xml(\.gz)?$ /blog/sitemap$1.xml$2 [L]
</IfModule>
</ifmodule>