02-08-2008, 06:25 PM
|
#8 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
|
If you are using Apache you can use mod_rewrite. You can create dynamic virtual hosts using mod_vhost_alias. mod_rewrite is probably the easiest. Something like this would work.
Code:
RewriteRule ^([^.]+)\.([^.]+)\.domain\.com(.*) /path/to/files/$2/$1$3
With this domain, http://t1.t2.talkphp.com/, it would look for files in, /path/to/files/t2/t1
Why is it replacing my link with something that I don't want? ... Look at the status bar to see the link.
Edit by Salathe: I've fixed your link. There's an option called "Automatically retrieve titles from external links" in the advanced (not quick) reply page. It is automatically enabled, and I'm afraid I can't see an option for users to automatically disable it. It's an annoying "feature" I'd be happy to see the back of. P.S. Sorry for the long edit, I should've just replied.
__________________
Eric
|
|
|
|