<configuration> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <rewrite> <rules> <rule name="Imported Rule 1"> <match url="^view/([0-9]+)/$" ignoreCase="false" /> <action type="Rewrite" url="viewDetail.aspx?id={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2"> <match url="^view/([0-9]+)$" ignoreCase="false" /> <action type="Redirect" redirectType="Found" url="/view/{R:1}/" /> </rule> </rules> </rewrite> </system.webServer> </configuration>
<% Request.QueryString("id") %>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง