Author Topic: url redirection...  (Read 3245 times)

0 Members and 1 Guest are viewing this topic.

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
url redirection...
« on: January 30, 2003, 09:46:39 PM »
I know, this is not 4images installation problem, but anyway  :)

Actual gallery url is: http://www.dalnet.ru/4images/
I've made an alias to this url like this: http://faces.dalnet.ru

Now, the question is - how could I automatically redirect people, coming to the first url to http://faces.dalnet.ru?

Thanks!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
url redirection...
« Reply #1 on: January 30, 2003, 09:52:05 PM »
u can do it with .htaccess :

Code: [Select]
redirect permanent /OLD.HTML http://mydomain.com/new.html
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
url redirection...
« Reply #2 on: January 31, 2003, 08:40:11 AM »
Thanks!