Jump to content
  • 0

pomoc Setup.php u AMXBans


Gatsby^

Dotaz

Zdravim, chcem si nainštalovať na môj web AMXBans 6.13. Postupujem normálne podľa návodu, no keď súbory nahrám na web a idem na www.website.net/amxbans/setup.php tak -> screen. Link na Chyba 500 - Internal Server Error zo screenu.

 

Webhosting mám od WEDOS-u.

 

Za každú radu vopred ďakujem.

 

.htaccess

Options Indexes FollowSymLinks Includes
Order allow,deny
allow from all

php_flag register_globals Off
php_flag magic_quotes_gpc Off

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
Edited by robo444
Link to comment
Share on other sites

1 odpověd na tuto otázku

Recommended Posts

  • 0
  • Globální moderátor

odstraň ten htacces a zkus to bez něj, pokud to půjde, tak to znamená, že ten htacces je vykurvenej. 

 

pokud i nadále to bude házet 500 tak napiš v jaké složce ten htacces máš a udělej tu menší stromovej graf jak tam máš tyto dva soubory

+ případné další htacces soubory vyznač ve stromovém grafu

Edited by Hip
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...