Nejste přihlášeni
Stránky 1
po nahrani nameless-deps-dist.zip nasledne exktrahovani najedu na svojidomenu/install.php tak mi vyskoci
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@endora.cz to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Offline
tak Internal Server Error vyreseno prepsanim .htaccess_backup ale problem je ted ze tam nejde nakonfigurat databáze, pise mi to Nepodařilo se připojit k databázi:
SQLSTATE[HY000] [2002] Connection refused
Offline
nameleesmc má teď novou aktualizaci v2.2.0 a po aktualizaci mam stejný problém jako po prve při instalaci pravdě podobně za to může opět .htaccess. Endora.cz prý údajně blokuje všechny tyto linky. momentálně sem nahrál znova zálohu aby web jel jinak zde je .htaccess ze složky update
Options +FollowSymLinks
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
Options -Indexes
RewriteEngine on
IndexIgnore *
<IfModule mod_headers.c>
Header append X-FRAME-OPTIONS "SAMEORIGIN"
</IfModule>
RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$
RewriteRule ^(.*)$ - [E=BASE:%1]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^avatar/([^/]+)/([^/]+)/(f|l|r|b|front|left|right|back)/?$ %{ENV:BASE}core/avatar/face.php?u=$1&s=$2&v=$3
RewriteRule ^avatar/([^/]+)/(f|l|r|b|front|left|right|back)/?$ %{ENV:BASE}core/avatar/face.php?u=$1&v=$2
RewriteRule ^avatar/([^/]+)/([^/]+)/?$ %{ENV:BASE}core/avatar/face.php?u=$1&s=$2
RewriteRule ^avatar/([^/]+)/?$ %{ENV:BASE}core/avatar/face.php?u=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ %{ENV:BASE}index.php?route=/$1 [NC,L,QSA]
# Prevent access to template files
<files "*.tpl">
Deny from all
</files>
# Prevent access to GeoIP database
<files "*.mmdb">
Deny from all
</files>
# Prevent access to log files
<files "*.log">
Deny from all
</files>
# Prevent Apache from removing the Authorization header, we need to check it for the API.
CGIPassAuth on
Upravil crafmagacz (2025-04-19 12:36:38)
Offline
Offline
Stránky 1