in httpd.conf I have
<VirtualHost 1.2.3.4:80>
ServerAlias example2.com
Redirect permanent / </VirtualHost>
Which is needed because the site is hosted elsewehere. This has all worked fine but I know the plesk-hosted system has been gathering webalizer stats, which you would access via But of course, the redirect sends everything to example2.com including that. So what I need is to redirect everything except /web-stat please. Thanks.
--------------------------
<VirtualHost 1.2.3.4:80>
ServerAlias example2.com
Redirect permanent / </VirtualHost>
Which is needed because the site is hosted elsewehere. This has all worked fine but I know the plesk-hosted system has been gathering webalizer stats, which you would access via But of course, the redirect sends everything to example2.com including that. So what I need is to redirect everything except /web-stat please. Thanks.
--------------------------