RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteEngine on RewriteBase / RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^overzicht/(.*)$ overzicht.php?al=$1 [QSA] RewriteRule ^tag/(.*)$ tag.php?t=$1 [QSA] RewriteRule ^activatie/(.*)$ activatie.php?string=$1 [QSA] RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.([^.]+\.coole-start\.nl)$ [NC] RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L,NE] RewriteBase / RewriteCond %{REQUEST_FILENAME} !-s RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php [L] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php80” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php80 .php .php8 .phtml # php -- END cPanel-generated handler, do not edit