My current redirection looks like this:
rewritecond %{http_host} ^example.com [nc]
rewriterule ^(.*)$ http://www.example.com/$1 [r=301,nc]
Is there a way I can modify this to redirect to execute on ALL pages except /noredirect.php?
|
|
|
Add another condition:
|
|||||||
|