Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Netherlord Posted November 26, 2016 Posted November 26, 2016 RewriteRule ^(.*)$ http://www.http://url.com/$1 [L,R=301] should it be RewriteRule ^(.*)$ http://www.url.com/$1 [L,R=301] right?? just noticed it and i do not know these things to well? anyone know? Just i keep getting redundant hostname notifications in analytics hmm!
Netherlord Posted November 26, 2016 Author Posted November 26, 2016 2 hours ago, ASTRAPI said: Yes :) thanks
Tarun Posted November 26, 2016 Posted November 26, 2016 This might be a bit more flexible for you. http: RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] https: RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Just pick whichever works best for you.
Netherlord Posted November 26, 2016 Author Posted November 26, 2016 37 minutes ago, Tarun said: This might be a bit more flexible for you. http: RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] https: RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Just pick whichever works best for you. if i dont use https should i still add that part too?
Tarun Posted November 26, 2016 Posted November 26, 2016 If you don't use https, use the http segment of the code.
Netherlord Posted November 26, 2016 Author Posted November 26, 2016 1 minute ago, Tarun said: If you don't use https, use the http segment of the code. thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.