[Logo] JForum - Powering Communities
  [Search] 搜尋   [Recent Topics] 最新主題   [Hottest Topics] 熱門主題   [Top Downloads] 熱門下載   [Groups] 回首頁 
[Register] 會員註冊 /  [Login] 登入 


JForum 2.8.3 is out with various fixes and improvements. Read all about it here

How to create a new empty page in jforum? RSS feed
討論區首頁 » User Forum
發表人 內容
XxSky DreamerxX


註冊時間: 2011/9/19
文章: 5
離線
Hello. I was wondering how can I make a new empty page in jforum? smilie

Like for example, my website is: http://forums.techdevelopersguide.com.

So what I wanna do is when people type http://forums.techdevelopersguide.com/games , a new blank page should come up which I want to work on smilie

Thanks alot in advance!
andowson


註冊時間: 2011/6/30
文章: 250
離線
Do you mean the HTTP 404 handling?
You can modify WEB-INF/web.xml, add the following code:

<error-page>
<error-code>404</error-code>
<location>/missing.jsp</location>
</error-page>


And then, add a new file missing.jsp in your web root
XxSky DreamerxX


註冊時間: 2011/9/19
文章: 5
離線
Got it smilie Thanks ^_^
 
討論區首頁 » User Forum
前往:   
行動版
Powered by JForum 2.8.3 © 2023 JForum Team • Maintained by Andowson Chang and Ulf Dittmer