Options +FollowSymlinks
Options -Indexes

RewriteEngine on 

RewriteCond %{QUERY_STRING} PHPSESSID=.*$
RewriteRule .* %{REQUEST_URI}? [R=301,L]

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.quickup.fr/$1 [R,L]
