他のhtaccessの質問と回答を確認しましたが、この状況では何もうまくいかないようでした.
以下のコードは、現在の htaccess ファイルです。維持する必要があるホームページのリダイレクトがあります。サイトの SSL キーと証明書があり、http を https に変更するだけです。
複雑ではないと思いますが、これは私の現在の知識の範囲外です。
助けてください!
RewriteEngine on
RewriteCond $1 !^(index\.php|admin|gadgets|images|editor|user_guide|captcha|system|css|utils|src|themes|tools|xinha|uploads|js|robots\.txt)
RewriteRule ^(.*).html /$1 [L]
RewriteCond %{HTTP_HOST} ^startuptoolshop\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.startuptoolshop\.com$
RewriteRule ^/?$ "http\:\/\/startuptoolshop\.com\/index\.php\/categories" [R=301,L]