Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
85 views

mod_rewrite: remove www and trailing slash

I already have a rule set up to remove www from my urls and redirect them... RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*) http://'%'1$1 [R=301,L] *note-I had to put quotes around the ...
Bryce Martin's user avatar