# # RewriteEngine On # RewriteCond %{REQUEST_FILENAME} !-f # RewriteRule ^(.*)$ apb-master/web/$1 [QSA,L] # # Redirection de https://typika.cfeb.org/ vers https://www.cfeb.org/typika/ RewriteEngine On # Vérifie si l'accès est au domaine typika.cfeb.org RewriteCond %{HTTP_HOST} ^typika\.cfeb\.org$ [NC] # Vérifie si l'accès utilise HTTPS RewriteCond %{HTTPS} on # Redirige vers https://www.cfeb.org/typika/ RewriteRule ^(.*)$ http://www.typika.fr/$1 [L,R=301] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php81” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml # php -- END cPanel-generated handler, do not edit