遊客:  註冊 | 登錄 | 幫助





標題: [求助] I need some pro to help my forum .
  BoringKidz     Rank: 2Rank: 2
藍之初
性別 男
UID 16048

精華 0
帖子 8
積分 100   詳情

閱讀權限 30
註冊 2006-11-23
來自
狀態 離線

 
 
 
 
發表於 2008-3-27 07:40 PM  資料  個人空間  短訊  加為好友 
I need some pro to help my forum .

I has a forum long time but i never modified til now i meet this forum have discuss the question. Can any1 give me ur hand to help me ? Please reply me...

頂部

mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2008-3-27 08:20 PM  資料  個人空間  短訊  加為好友 
what is your question?  

頂部



lhy     Rank: 3
青出藍
性別 男
UID 14043

精華 0
帖子 121
積分 330   詳情

閱讀權限 40
註冊 2006-10-16
來自 Netherlands
狀態 離線

 
 
 
 
發表於 2008-4-8 07:28 PM  資料  個人空間  短訊  加為好友 
he need some help with his forum

頂部

mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2008-4-8 08:22 PM  資料  個人空間  短訊  加為好友 


QUOTE:
原帖由 lhy 於 2008-4-8 07:28 AM 發表
he need some help with his forum

Hahaa!  You are right!  What a funny question I asked!  

頂部

  BoringKidz     Rank: 2Rank: 2
藍之初
性別 男
UID 16048

精華 0
帖子 8
積分 100   詳情

閱讀權限 30
註冊 2006-11-23
來自
狀態 離線

 
 
 
 
發表於 2008-4-9 01:35 PM  資料  個人空間  短訊  加為好友 
how to redirect to from www.username.forumup.org to www.username.com. i found but need to pay, anyway to take the domain.com witout any payment ?

頂部

lhy     Rank: 3
青出藍
性別 男
UID 14043

精華 0
帖子 121
積分 330   詳情

閱讀權限 40
註冊 2006-10-16
來自 Netherlands
狀態 離線

 
 
 
 
發表於 2008-4-9 03:19 PM  資料  個人空間  短訊  加為好友 
there are several ways to do that.

solution 1: php
make a index.php and put it in the root directory of your old server.
Put the following code inside the index.php

<?php
header('Location: [url]http://www.username.com/'[/url]);
exit;
?>

solution 2: javascript
make a index.htm or index.html and put it in the root directory of your old server
Put the following code inside the index.htm or index.html

<head>
<script language="JavaScript">
<!--
window.location="http://www.username.com/";
//-->
</script>
</head>

solution 3: .htaccess
make a .htaccess file and put it in the root directory of your old server
Put the following code inside the .htaccess file.

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) [url]http://www.username.com/[/url]$1 [R=301,L]

Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled


I would prefer you to use solution 3. Because it is serverside redirect and .htaccess will be execute before all other files in apache

for mickey: Are you trying to get up your post count ??? Hi btw.

edit: I came across this side http://www.webconfs.com/how-to-redirect-a-webpage.php take a look for reference.



最後編輯: lhy : 2008-4-9 03:28 PM
頂部

mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2008-4-9 06:08 PM  資料  個人空間  短訊  加為好友 
BoringKidz, lhy pretty much had covered all the different ways.  Is your target domain something you have already owned?  Otherwise, I think you cannot get away from paying.  There are free ones but their domain names are fixed and you get to choose the subdomain.  E.g., anyname.no-ip.org or lipscorner.no-ip.org

QUOTE:
原帖由 lhy 於 2008-4-9 03:19 AM 發表
for mickey: Are you trying to get up your post count  ??? Hi btw.

Hahaa.. yeah, I probably need that, my post count is low!  j/k  

頂部

  BoringKidz     Rank: 2Rank: 2
藍之初
性別 男
UID 16048

精華 0
帖子 8
積分 100   詳情

閱讀權限 30
註冊 2006-11-23
來自
狀態 離線

 
 
 
 
發表於 2008-4-12 10:32 PM  資料  個人空間  短訊  加為好友 
OMG i cant get how to make those root... i dam noob... Need to teach me to learn. I still quite new to makiing webpage and forum ><.

頂部

  BoringKidz     Rank: 2Rank: 2
藍之初
性別 男
UID 16048

精華 0
帖子 8
積分 100   詳情

閱讀權限 30
註冊 2006-11-23
來自
狀態 離線

 
 
 
 
發表於 2008-4-12 11:04 PM  資料  個人空間  短訊  加為好友 
any1 can teach me thru msn ? I really need some help cause i using the webpage dont know how to say. I may show to u.. Please.. Thank.

mickeyGoUp :
I have PM-ed you my MSN.

頂部


快速美言











一群熱心會員對本主題作出以下的回覆:

彊梧: 您的分享真的很好!! 謝謝您!
mickeyGoUp: RMK added for BoringKidz - PID 167534 [ view ]



最後回覆日期: 2008-4-12 11:21 PM
  編輯帖子
快速美言
           


當前時區 GMT+8, 現在時間是 2024-3-29 12:17 AM

    Powered by Discuz!  © 2001-2007 Comsenz Inc.   
Processed in 0.976337 second(s), 9 queries

清除 Cookies - 聯繫我們 - LIPS Corner 新天藍 - Archiver