2
Transform URLs with mod_rewrite;
$0
$3
/Transform+URLs+with+mod_rewrite%3B?
|
> I worked it out. For the apache virtualhost config for 443 I changed
|
|
|
Module mod rewrite URL Rewriting Engine
'forbidden|F' (force URL to be forbidden) This forces the current URL to be forbidden, i.e., it immediately sends back a HTTP response of 403 (FORBIDDEN). Use this flag in conjunction with appropriate RewriteConds to conditionally block some URLs. 'gone|G' (force URL to be gone) This forces the current URL to be gone, i.e., it immediately sends back a HTTP response of 410 (GONE). Use this flag to mark pages which no longer exist as gone. 'last|L' (last rule) Stop the rewriting process here and...
|
|
|