background preloader

Securite

Facebook Twitter

Ultimate Guide and tutorial for .htaccess Files. In this tutorial you will find out about the .htaccess file and the power it has to improve your website. Enabling .htaccess: .htaccess files are normally enabled by default. This is actually controlled by the AllowOverride Directive in the httpd.conf file. # Only allow .htaccess files to override Authorization and Indexes AllowOverride AuthConfig Indexes .htaccess Code for Error pages You will probably want to create an error document for codes 404 and 500, at the least 404 since this would give you a chance to handle requests for pages not found. 500 would help you out with internal server errors in any scripts you have running in your website. You can use custom error pages for any error as long as you know its number (like 404 for page not found) by adding the following to your .htaccess file: ErrorDocument 404 /errors/notfound.html also you can use others errors page with this htaccess code RewriteEngine on Sub Domain Redirection Sub domain redirection mapping to folder.

To Basic WP. Simple Security Guide, Part 2. This is the second part of my secure website which is translated from the Hebrew guide. The first part was more basic and targeted beginners. This part is more advanced, with details and explanations. Servers Most web servers in the world run on the Linux operating system. The reason is that this system is secure and easy to maintain for IT managers. File permissions One of the first things that you should look at is file permissions if you are going from a development environment to production.

The permission for files should be set to 644 (meaning only the "user" group has write permission and not the "group" nor "others"): find /home/xxx/domains/xxxxxxx.com/public -type f -exec chmod 644 {} \; Directories require a permission of 755 (meaning only the "user" group has write and execute permissions, not the "group" or "others"): find /home/xxx/domains/xxxxxxx.com/public -type d -exec chmod 755 {} \; A few further notes: Making directories writable The answer is divided into two options. SiteCheck - Free Website Malware Scans. XCloner-Backup and Restore. [Problème] Peut-on renommer le dossier administrator ? Https + Joomla. SWiK » tagged pages » logout login sorted by: recent | see : popular Content Tagged with https + Joomla How do I enforce SSL (https)? Joomla: Del.icio.us bookmarks tagged Joomla Security ssl Joomla HTTPS How to setup SSL in a Joomla Site How to enable SSL for Joomla using .htaccess?

How to Use SSL With Joomla | eHow.com Re:SSL problem ( and - Joomla Performance cache Joomla HTTPS Joomla! Ssl HTTP Joomla HTTPS link virtuemart Joomla .htaccess and SEF Apache Web Server forum at WebmasterWorld code HTTP Joomla HTTPS redirect Netshine - Using an SSL Certificate with your Joomla Website Joomla HTTPS How to access my Joomla admin login by HTTPS if I have a private SSL certificate installed on my account? Security Joomla HTTPS adminlogin Learn how to access your Joomla login by HTTPS if you have a private SSL.

Security ssl Joomla administrator HTTPS enable redirect PHP CMS ssl authentication Joomla HTTPS joomla_ssl Running your Joomla Website over Secure Connection | Hacking in the core Privacy . Security and Performance FAQs. Is GNU and Open Source software worth the costs and risks? It's difficult, if not impossible, to argue against the value proposition of GNU and Open Source software, although some have tried. Due to zero licensing fees, lower administrative overhead, high-quality code, security releases that are distributed in minutes or hours rather than months or marketing cycles, and free online support from thousands of like-minded developers and users, GNU and Open Source offerings are often the best solution. The math is really quite compelling: What is the Joomla! Administrator's Security Checklist?

The Security Checklist is a concise selection of the best tips and tricks from the many contributors in the Joomla Security Forums. What are the top 10 stupidest Joomla! A very good question, and sadly one that many did not ask in time. How do I choose a quality hosting provider? The following is a short list of security-related requirements. Choose *NIX: Joomla!

Full Backups Cumulative Backups Overview 1. Switching between HTTP and HTTPS. [Problème] Peut-on renommer le dossier administrator ? Renommer le dossier administrator !!!!!!

Password

Security. Team EaSE Article: .htaccess and robots.txt files :: Joomla!™ Community Magazine.