neilt17
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by neilt17-
Shouldn't that last line be: RewriteRule .* https://www.example.com/%{REQUEST_URI} [R,L] Rather than: RewriteRule ^$ https://www.example.com/%{REQUEST_URI} [R,L] which will only redirect the home p...