Joomla: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
K (How to Change Your Joomla Administrator Folder/No brute force attacks)
Zeile 20: Zeile 20:
found on http://www.bsntech.com/how-to-change-your-joomla-administrator-folder
found on http://www.bsntech.com/how-to-change-your-joomla-administrator-folder


<syntaxhighlight lang="php">
see https://crazylinux.de/Apache2#conf-avaiable.2Fjoomla-admin-block.conf
#/hiddenadmin-change-this/index.php
<?php
$admin_cookie_code=”192837465something“;
setcookie(“JoomlaAdminSession”,$admin_cookie_code,0,”/”);
header(“Location: /administrator/index.php”);
?>
</syntaxhighlight>
 
 
<syntaxhighlight lang="apache">
#.htaccess
RewriteEngine On
 
RewriteCond %{REQUEST_URI} ^/administrator
RewriteCond %{HTTP_COOKIE} !JoomlaAdminSession=192837465something
RewriteRule .* – [L,F]
</syntaxhighlight>
 
 
*[http://www.torkiljohnsen.com/2010/09/18/collection-of-joomla-security-tips/ Collection of Joomla Security Tips]<br>
*[http://forum.joomla.org/viewtopic.php?f=432&t=391251 More Security Tips]


*[http://www.torkiljohnsen.com/2010/09/18/collection-of-joomla-security-tips/ Collection of Joomla Security Tips]<br>


== Installation  ==
== Installation  ==

Version vom 23. Oktober 2016, 03:25 Uhr

Joomla ist ein freies auf php-basierendes Web-Content-Management-System http://joomla.org/

Download deutsch

http://www.jgerman.de/

Templates

http://www.joomlaos.de/


Addons (Plugins...)

Tips

How to Change Your Joomla Administrator Folder/No brute force attacks

found on http://www.bsntech.com/how-to-change-your-joomla-administrator-folder

see https://crazylinux.de/Apache2#conf-avaiable.2Fjoomla-admin-block.conf

Installation

chown -R www-data modules/ plugins/ components/ images/ media/ language/ templates/ cache/ logs/ tmp/
chown -R www-data cache/ backups/ components/ language/ modules/ templates/

Metatags

/libraries/joomla/document/html/renderer/head.php