บอร์ด ซื้อ ขาย แลกเปลี่ยน เครื่องจักร cnc มือสองจากญี่ปุ่น

บอร์ด ซื้อ ขาย เครื่องจักร cnc มือสองจากญี่ปุ่น จากโรงงานโดยตรง => วิธีการใช้เว็บบอร์ด => ข้อความที่เริ่มโดย: admin ที่ เมษายน 23, 2017, 11:02:36 PM

หัวข้อ: code การ foward domain หรือ เว็บไซท์
เริ่มหัวข้อโดย: admin ที่ เมษายน 23, 2017, 11:02:36 PM


301 redirect using .htaccess

Create a .htaccess file with the below code.

RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]

Place the .htaccess file into your root directory. The above code will redirect all visitors to the site where the .htaccess exists to the new URL you enter into the .htaccess file.