en | fr | Contact  | Imprimer  | Partager

Fichier FrameBeurk

Fmbk/.htaccess

# FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.
# This htaccess file is to be used with the 'UrlReecrite' parameter set to true
# (See /prive/_site/config_site.php)

# In the lines underneath, replace /fmbk065/ by the name of the folder you installed FrameBeurk into;

SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
SetEnv MAGIC_QUOTES 0

# directory listing
Options -Indexes

<IfModule mod_rewrite.c>  
RewriteEngine  on
RewriteBase /fmbk065/

# exclusions
RewriteRule ^public/(.*) - [L]
RewriteRule ^index\.php(.*) - [L]
RewriteRule ^js\.php(.*) - [L]
RewriteRule ^css\.php(.*) - [L]

# redirection
RewriteRule ^(.*) index.php
</IfModule> 

#ErrorDocument 404 /fmbk065/index.php


© ToolOscope SASU 2010-2015. © Arnaud De Rette 2016-2018. Tous droits réservés.