PDA

View Full Version : url aliasing question?


hugh_
Thu 23rd Feb '06, 9:25am
Could some tell what the best way to alias one url for another is using apache please?

I've just gone from a static home page in webroot to using a page further down and I'd like to hide the fact...

ie:

old_url = domain.com

new_url = domain.com/dir/file.php?pg=index

target_url = domain.com using the content of domain.com/dir/file.php?pg=index

Many thanks...

hugh