Quote:
|
Originally Posted by rosa hsiao
Do you mean to create a folder user01 manually under /home/www/webid/user/ and copy all the web pages from /home/www/webid/user/webid_user01/web to /home/www/webid/user01/web or just create a symbolic link to it?
|
No, you create the folder user01 manually under /home/www/webid/web (/home/www/webid/web/user01) and then create a redirect (e.g. with PHP) in that folder to /home/www/webid/user01/web.
Quote:
|
Originally Posted by rosa hsiao
But I don't want the browser to see where the redirected web address is.
How can I prevent the browser from seeing the whole redirected web string as http://www.example.com:81/webmail/in...1@example.com?
Can you show me steps as how to achieve those goals without fail?
|
It might be possible to achieve it with Apache rewrite rules:
http://httpd.apache.org/docs/1.3/misc/rewriteguide.html