You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working to improve the speed on my grails app. I'm getting this message from seositecheckup.com
Your URL performed one redirect! While redirects are typically not advisable (as they can affect search engine indexing issues and adversely affect site loading time), one redirect may be acceptable, particularly if the URL is redirecting from a non-www version to its www version, or vice-versa.
from: http://www.example.com/ to: https://www.example.com/
I'm working to improve the speed on my grails app. I'm getting this message from seositecheckup.com
I have my app on heroku.
my htacces file
ApplicationController
@SSLRequired
Is there any idea to avoid that redirect?
The text was updated successfully, but these errors were encountered: