hello there
how to check rewrite engine is active on my server ?
hello there
how to check rewrite engine is active on my server ?
You can use this simple rule:
RewriteEngine on
RewriteRule ^ http://example.com/? [L,R]
This will redirect any request to http://example.com/
.