mam .htaccess
RewriteEngine On RewriteCond ${REQUEST_URI} ^.+$ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -l RewriteRule ^.*\.(gif|jpg|png|css|js|map|eot|ttf|woff|svg)$ - [L] RewriteRule ^/([a-z0-9-_]+).(php|html|htm)$ /$1 [R=301,L] RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
i chciałbym by z http zrobiło sie https ale cokolwiek nie dodam to psuje mi to kod powyższy.