close
Rewrite&Redirect
/var/www下
#vi .htaccess
<IfModule mod_rewrite.c>
Redirect permanent /one http://www.google.com.tw
Redirect 303 /two http://www.kimo.com.tw
</IfModule>
http://localhost/one 會導向 google
http://localhost/two 會導向kimo
全站熱搜