My site showing 302 response code redirects -




as using tools pingdom scanning , found main domain showing 2 302 redirect code , while scan internal link shows 20 302 response code.

how fix this, tried adding rewriterule (.) https://%{http_host}%{request_uri} [r=301,l] , rewriterule . https://%{server_name}%{request_uri} [r=301,l]

but nothing happens after cleaning web server cache.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -