Hi all,
Some stuff should only be accesible from host2.com/folder. When i enter host1.com/folder, there's a redirect to host2.com/folder. Ehh what? The're bot separated config-files.
In the server-section of host2 i have the following line:
# block folder
location ~ ^/folder/* {
return 403;
}
Is this correct?
Some stuff should only be accesible from host2.com/folder. When i enter host1.com/folder, there's a redirect to host2.com/folder. Ehh what? The're bot separated config-files.
In the server-section of host2 i have the following line:
# block folder
location ~ ^/folder/* {
return 403;
}
Is this correct?