SetEnv PHP_VER 5 # Pour repertoire telechargements / JNB 2013-11-10 # http://www.asrvision.com/web-design-tutorials/htaccess-tutorial.htm # Prevent viewing of .htaccess or other files order allow,deny deny from all # Source : http://newsourcemedia.com/blog/disable-or-enable-directory-browsing-or-indexing # Disable Directory Browsing or Indexing # Options All -Indexes # may occur, problem : no ftp browsing to update files... - JNB 2010-01-30 # Enable Directory Browsing or Indexing Options +Indexes AllowOverride None Order allow,deny allow from all # http://forum.powweb.com/archive/index.php/t-8608.html # IndexIgnore * # Redirige les erreurs de page sur index.html # RewriteEngine On # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule (.*) http://www.viva2010.org/index.html