aguillem/festival-manager/master/festival-manager-admin/src/.htaccess - Htaccess File

aguillem/festival-manager/master/festival-manager-admin/src/.htaccess

Options +FollowSymlinks
RewriteEngine on
RewriteBase /

RewriteCond %{HTTP_HOST} ^festizy.fr$
RewriteRule ^(.*) http://www.festizy.fr/$1 [R]

RewriteRule ^sign-in$ index.php?controller=auth&action=signin [NC,L]
RewriteRule ^logout$ index.php?controller=auth&action=logout [NC,L]
RewriteRule ^([a-zA-Z-]*)/?([a-zA-Z]*)?/?$ index.php?controller=$1&action=$2 [NC,L]
RewriteRule ^([a-zA-Z-]*)/?([a-zA-Z0-9]*)?/?([a-zA-Z]*)?/?$ index.php?controller=$1&id=$2&action=$3 [NC,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache