[問題]別人無法連上我的論壇啊~!(被封port80)
發表於 : 2004-01-19 16:05
設主機作業系統:Windows me
快速架站程式:Appserv
上網方式:香港區網 網上行 (封我port 80!!真是萬惡之首!)
安裝的程式:Apache + php + MySql
phpBB2 版本:2.0.5.
我的論壇:http://starkingdom.no-ip.org:8080/phpbb2/
我所有軟件也架好了,可以用自己的電腦上論壇
但是人家連不上
翻查過資料覺得是網上行封我port 80所以人家連不上
我試過在httpd.conf內把port 80改為 port8080
但是人家還是上不到啊~
想問
1.在httpd.conf內ServerName starkingdom.no-ip.org這句後面需要更改成以下嗎?
ServerName starkingdom.no-ip.org:8080
2.index.php內需不需要把
<?php
header("Location:http://starkingdom.no-ip.org/phpbb/");
?>
更改成
<?php
header("Location:http://starkingdom.no-ip.org:8080/phpbb/");
?>
3.把某些檔案改了後,
http://starkingdom.no-ip.org:8080/phpMyAdmin
http://starkingdom.no-ip.org:8080/
http://starkingdom.no-ip.org/phpMyAdmin
http://starkingdom.no-ip.org/
這兩個網頁就算用建Server的電腦上也有機會無法顯示
請問這個是不是有問題?
thx~
快速架站程式:Appserv
上網方式:香港區網 網上行 (封我port 80!!真是萬惡之首!)
安裝的程式:Apache + php + MySql
phpBB2 版本:2.0.5.
我的論壇:http://starkingdom.no-ip.org:8080/phpbb2/
我所有軟件也架好了,可以用自己的電腦上論壇
但是人家連不上
翻查過資料覺得是網上行封我port 80所以人家連不上
我試過在httpd.conf內把port 80改為 port8080
但是人家還是上不到啊~
想問
1.在httpd.conf內ServerName starkingdom.no-ip.org這句後面需要更改成以下嗎?
ServerName starkingdom.no-ip.org:8080
2.index.php內需不需要把
<?php
header("Location:http://starkingdom.no-ip.org/phpbb/");
?>
更改成
<?php
header("Location:http://starkingdom.no-ip.org:8080/phpbb/");
?>
3.把某些檔案改了後,
http://starkingdom.no-ip.org:8080/phpMyAdmin
http://starkingdom.no-ip.org:8080/
http://starkingdom.no-ip.org/phpMyAdmin
http://starkingdom.no-ip.org/
這兩個網頁就算用建Server的電腦上也有機會無法顯示
請問這個是不是有問題?
thx~