これをHTTP、HTTPS、およびSSLで機能させる必要があります。これは私の実際の(機能する)書き換えです:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [L,QSA]
</IfModule>
しかし、"ルーター」エンジン。
助けてくれてありがとう!